Class: AlgebraDB::Value::JSONB
- Inherits:
-
AlgebraDB::Value
- Object
- Struct
- AlgebraDB::Value
- AlgebraDB::Value::JSONB
- Defined in:
- lib/algebra_db/value/jsonb.rb
Overview
Represents Postgres JSONB values.
Defined Under Namespace
Classes: Decoder
Instance Attribute Summary
Attributes inherited from AlgebraDB::Value
Instance Method Summary collapse
Methods inherited from AlgebraDB::Value
#render_syntax, #to_select_item
Methods included from Operations::Definition
Instance Method Details
#decoder ⇒ Object
14 15 16 |
# File 'lib/algebra_db/value/jsonb.rb', line 14 def decoder Decoder.new end |