Class: Sequel::Postgres::JSONArray
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
Overview
:nocov:
Instance Method Summary collapse
-
#op ⇒ Object
Wrap the JSONArray instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.
Instance Method Details
#op ⇒ Object
Wrap the JSONArray instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.
1377 1378 1379 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1377 def op JSONOp.new(self) end |