Class: Sequel::SQLite::JSONBOp
- Inherits:
-
JSONBaseOp
- Object
- Sequel::SQL::Expression
- Sequel::SQL::GenericExpression
- Sequel::SQL::Wrapper
- JSONBaseOp
- Sequel::SQLite::JSONBOp
- Defined in:
- lib/sequel/extensions/sqlite_json_ops.rb
Overview
JSONOp is used for SQLite jsonb-specific functions and operators.
Instance Attribute Summary
Attributes inherited from Sequel::SQL::Wrapper
Method Summary
Methods inherited from JSONBaseOp
#[], #array_length, #each, #extract, #get_json, #insert, #json, #jsonb, #patch, #remove, #replace, #set, #tree, #type, #valid
Methods inherited from Sequel::SQL::Wrapper
Methods included from Sequel::SQL::IsDistinctFrom::Methods
Methods included from JSONOpMethods
#sqlite_json_op, #sqlite_jsonb_op
Methods included from Postgres::HStoreOpMethods
Methods included from Postgres::RangeOpMethods
Methods included from Postgres::ArrayOpMethods
Methods included from Postgres::JSONOpMethods
Methods included from Postgres::InetOpMethods
Methods included from Postgres::PGRowOp::ExpressionMethods
Methods included from Sequel::SQL::SubscriptMethods
Methods included from Sequel::SQL::StringMethods
#escaped_ilike, #escaped_like, #ilike, #like
Methods included from Sequel::SQL::PatternMatchMethods
Methods included from Sequel::SQL::OrderMethods
Methods included from Sequel::SQL::NumericMethods
Methods included from Sequel::SQL::ComplexExpressionMethods
#extract, #sql_boolean, #sql_number, #sql_string
Methods included from Sequel::SQL::CastMethods
#cast, #cast_numeric, #cast_string
Methods included from Sequel::SQL::BooleanMethods
Methods included from Sequel::SQL::AliasMethods
Methods inherited from Sequel::SQL::Expression
#==, attr_reader, #clone, #eql?, #hash, inherited, #inspect
Constructor Details
This class inherits a constructor from Sequel::SQL::Wrapper