ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
delim corresponds to the `typdelim` column in the pg_types table. subtype is derived from the `typelem` column in the pg_types table.
# File lib/arjdbc/postgresql/base/oid.rb, line 111 def initialize(delim, subtype) @delim = delim @subtype = subtype end
FIXME: this should probably split on delim and use subtype to cast the values. Unfortunately, the current Rails behavior is to just return the string.
# File lib/arjdbc/postgresql/base/oid.rb, line 119 def type_cast(value) value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.