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.

accessor
  • References/Ruby on Rails/Rails/Classes/ActiveRecord/ActiveRecord::ConnectionAdapters/ActiveRecord::ConnectionAdapters::PostgreSQLAdapter/ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID/ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Hstore

accessor() Instance Public methods

2025-01-10 15:47:30