Method: Sequel::Postgres::JSONOpMethods#pg_jsonb

Defined in:
lib/sequel/extensions/pg_json_ops.rb

#pg_jsonbObject

Wrap the receiver in an JSONBOp so you can easily use the PostgreSQL jsonb functions and operators with it.



428
429
430
# File 'lib/sequel/extensions/pg_json_ops.rb', line 428

def pg_jsonb
  JSONBOp.new(self)
end