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

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

Instance Method Summary collapse

Methods inherited from Type

#type

Instance Method Details

#type_cast(value) ⇒ Object



12
13
14
# File 'lib/arjdbc/postgresql/base/oid.rb', line 12

def type_cast(value)
  value
end