Class: PG::TypeMap
- Inherits:
-
Object
- Object
- PG::TypeMap
- 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 ).
Direct Known Subclasses
TypeMapAllStrings, TypeMapByClass, TypeMapByColumn, TypeMapByMriType, TypeMapByOid, TypeMapInRuby
Defined Under Namespace
Modules: DefaultTypeMappable