Class: Sequel::Postgres::JSONBHash
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
Instance Method Summary collapse
-
#op ⇒ Object
Wrap the JSONBHash instance in an JSONBOp, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.
Instance Method Details
#op ⇒ Object
Wrap the JSONBHash instance in an JSONBOp, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.
1408 1409 1410 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1408 def op JSONBOp.new(self) end |