Class: PG::BinaryDecoder::Bytea

Inherits:
SimpleDecoder 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.

Instance Attribute Summary

Attributes inherited from Coder

#name

Method Summary

Methods inherited from Coder

#==, #decode, #dup, #encode, #format, #format=, #initialize, #inspect, #marshal_dump, #marshal_load, #oid, #oid=, #to_h

Constructor Details

This class inherits a constructor from PG::Coder