Class: PG::BinaryEncoder::Boolean
- Inherits:
-
SimpleEncoder
- Object
- SimpleEncoder
- PG::BinaryEncoder::Boolean
- Defined in:
- ext/pg_binary_encoder.c
Overview
This is the encoder class for the PostgreSQL boolean type.
It accepts true and false. Other values will raise an exception.