class Sequel::SQLite::JSONOp
JSONOp
is used for SQLite
json-specific functions and operators.
Private Instance Methods
Source
# File lib/sequel/extensions/sqlite_json_ops.rb 239 def function_prefix 240 "json" 241 end
JSONOp
is used for SQLite
json-specific functions and operators.
# File lib/sequel/extensions/sqlite_json_ops.rb 239 def function_prefix 240 "json" 241 end