Class: AlgebraDB::Value::Integer::Decoder
- Inherits:
-
Exec::Decoder
- Object
- Exec::Decoder
- AlgebraDB::Value::Integer::Decoder
- Defined in:
- lib/algebra_db/value/integer.rb
Overview
Specialization of this decoder.
Instance Method Summary collapse
Methods inherited from Exec::Decoder
Instance Method Details
#pg_decoder ⇒ Object
10 11 12 |
# File 'lib/algebra_db/value/integer.rb', line 10 def pg_decoder PG::TextDecoder::Integer.new end |