ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 311 def accessor ActiveRecord::Store::StringKeyedHashAccessor end
# File lib/arjdbc/postgresql/base/oid.rb, line 299 def type; :hstore end
# File lib/arjdbc/postgresql/base/oid.rb, line 305 def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_hstore value end
# File lib/arjdbc/postgresql/base/oid.rb, line 301 def type_cast_for_write(value) ConnectionAdapters::PostgreSQLColumn.hstore_to_string value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.