class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea
Public Instance Methods
type_cast(value)
click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 28 def type_cast(value) return if value.nil? PGconn.unescape_bytea value end