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