Method: Sequel::Postgres::DatabaseMethods#conversion_procs

Defined in:
lib/sequel/adapters/shared/postgres.rb

#conversion_procsObject (readonly)

A hash of conversion procs, keyed by type integer (oid) and having callable values for the conversion proc for that type.



155
156
157
# File 'lib/sequel/adapters/shared/postgres.rb', line 155

def conversion_procs
  @conversion_procs
end