ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 341 def accessor ActiveRecord::Store::StringKeyedHashAccessor end
# File lib/arjdbc/postgresql/base/oid.rb, line 329 def type; :json end
# File lib/arjdbc/postgresql/base/oid.rb, line 335 def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_json value end
# File lib/arjdbc/postgresql/base/oid.rb, line 331 def type_cast_for_write(value) ConnectionAdapters::PostgreSQLColumn.json_to_string value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.