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