Module: Sequel::SQLite::JSONOpMethods

Included in:
LiteralString, Sequel::SQL::GenericExpression, Symbol
Defined in:
lib/sequel/extensions/sqlite_json_ops.rb

Instance Method Summary collapse

Instance Method Details

#sqlite_json_opObject

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