ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 70 def type; :binary end
# File lib/arjdbc/postgresql/base/oid.rb, line 72 def type_cast(value) return if value.nil? PGconn.unescape_bytea value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.