Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Identity

Inherits:
Type
  • Object
show all
Defined in:
lib/arjdbc/postgresql/base/oid.rb

Direct Known Subclasses

String

Instance Method Summary collapse

Methods inherited from Type

#infinity, #simplified_type, #type

Instance Method Details

#type_cast(value) ⇒ Object



17
18
19
# File 'lib/arjdbc/postgresql/base/oid.rb', line 17

def type_cast(value)
  value
end