Class: PG::TypeMap

Inherits:
Object
  • Object
show all
Defined in:
ext/pg_type_map.c,
ext/pg_type_map.c

Overview

This is the base class for type maps. See derived classes for implementations of different type cast strategies ( PG::TypeMapByColumn, PG::TypeMapByOid ).

Defined Under Namespace

Modules: DefaultTypeMappable