Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Type
show all
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
Direct Known Subclasses
Array, Bit, Boolean, Bytea, Cidr, Date, Decimal, Float, Hstore, Identity, Integer, Json, Money, Point, Range, Time, Timestamp, Vector
Instance Method Summary
collapse
Instance Method Details
8
|
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid.rb', line 8
def type; end
|
#type_cast_for_write(value) ⇒ Object
10
11
12
|
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid.rb', line 10
def type_cast_for_write(value)
value
end
|