Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea

Public Instance Methods

type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 70
def type; :binary end
type_cast(value) click to toggle source
# 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.