class AlgebraDB::Value::Integer
Represents a Postgres integer value.
Public Instance Methods
decoder()
click to toggle source
# File lib/algebra_db/value/integer.rb, line 15 def decoder Decoder.new end
Represents a Postgres integer value.
# File lib/algebra_db/value/integer.rb, line 15 def decoder Decoder.new end