Module: Sequel::SQLite::JSONOpMethods
- Included in:
- LiteralString, Sequel::SQL::GenericExpression, Symbol
- Defined in:
- lib/sequel/extensions/sqlite_json_ops.rb
Instance Method Summary collapse
-
#sqlite_json_op ⇒ Object
Wrap the receiver in an JSONOp so you can easily use the SQLite json functions and operators with it.
Instance Method Details
#sqlite_json_op ⇒ Object
Wrap the receiver in an JSONOp so you can easily use the SQLite json functions and operators with it.
214 215 216 |
# File 'lib/sequel/extensions/sqlite_json_ops.rb', line 214 def sqlite_json_op JSONOp.new(self) end |