class Sequel::Postgres::JSONOp
JSONBaseOp
subclass for the json type
Public Instance Methods
Source
# File lib/sequel/extensions/pg_json_ops.rb 547 def pg_json 548 self 549 end
Return the receiver, since it is already a JSONOp
.
Private Instance Methods
Source
# File lib/sequel/extensions/pg_json_ops.rb 554 def function_name(name) 555 "json_#{name}" 556 end
The json type functions are prefixed with json_