class Sequel::SQLite::JSONBOp
JSONOp
is used for SQLite
jsonb-specific functions and operators.
Private Instance Methods
Source
# File lib/sequel/extensions/sqlite_json_ops.rb 248 def function_prefix 249 "jsonb" 250 end
JSONOp
is used for SQLite
jsonb-specific functions and operators.
# File lib/sequel/extensions/sqlite_json_ops.rb 248 def function_prefix 249 "jsonb" 250 end