PG::
RecordCoder class
Superclass | PG::Coder |
This is the base class for all type cast classes for COPY data,
Public Instance Methods
The PG::TypeMap
that will be used for encoding and decoding of columns.
Defines how single columns are encoded or decoded. map
must be a kind of PG::TypeMap
.
Defaults to a PG::TypeMapAllStrings
, so that PG::TextEncoder::String
respectively PG::TextDecoder::String
is used for encoding/decoding of each column.