class PG::CompositeCoder

This is the base class for all type cast classes of PostgreSQL types, that are made up of some sub type.

See PG::TextEncoder::Array, PG::TextDecoder::Array, PG::BinaryEncoder::Array, PG::BinaryDecoder::Array, etc.