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. 
- 
  
    
      #sqlite_jsonb_op  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Wrap the receiver in an JSONBOp so you can easily use the SQLite jsonb functions and operators with it.