ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 58 def type; :string end
# File lib/arjdbc/postgresql/base/oid.rb, line 60 def type_cast(value) if ::String === value ConnectionAdapters::PostgreSQLColumn.string_to_bit value else value end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.