Class: PG::BinaryDecoder::Float

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

Overview

This is a decoder class for conversion of PostgreSQL binary float4 and float8 types to Ruby Float objects.

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