Type:
Module
Constants:
NAMES : Hash.new { |h,k| # :nodoc: h[k] = OID::Identity.new }

When the PG adapter connects, the pg_type table is queried. The key of this hash maps to the `typname` column from the table. type_map is then dynamically built with oids as the key and type objects as values.

alias_type

alias_type(new, old) Class Public methods Alias the old type to

2015-06-20 00:00:00
register_type

register_type(name, type) Class Public methods Register an

2015-06-20 00:00:00
registered_type?

registered_type?(name) Class Public methods Is name a registered

2015-06-20 00:00:00