Class: PG::TypeMap
| Relationships & Source Files | |
| Namespace Children | |
| Modules: | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Inherits: | Object | 
| Defined in: | ext/pg_type_map.c | 
Overview
This is the base class for type maps. See derived classes for implementations of different type cast strategies ( TypeMapByColumn, TypeMapByOid, etc.).
Find more type maps in the README.