Class: PG::BinaryDecoder::Bytea

Inherits:
SimpleDecoder
  • Object
show all
Defined in:
ext/pg_binary_decoder.c

Overview

This decoder class delivers the data received from the server as binary String object. It is therefore suitable for conversion of PostgreSQL bytea data as well as any other data in binary format.