Module: DataObject::Postgres

Defined in:
lib/do_postgres.rb

Defined Under Namespace

Classes: Command, Connection, Reader, ResultData

Constant Summary collapse

TYPES =
Hash[*Postgres_c.constants.select {|x| x.include?("OID")}.map {|x| [Postgres_c.const_get(x), x.gsub(/_?OID$/, "")]
QUOTE_STRING =
"'"
QUOTE_COLUMN =
"\""