Public Instance methods
sqlite_json_op()
Wrap the receiver in an JSONOp
so you can easily use the SQLite
json functions and operators with it.
[show source]
# File lib/sequel/extensions/sqlite_json_ops.rb 214 def sqlite_json_op 215 JSONOp.new(self) 216 end