class Sequel::Postgres::JSONBArray
Public Instance Methods
Source
# File lib/sequel/extensions/pg_json_ops.rb 1377 def op 1378 JSONBOp.new(self) 1379 end
Wrap the JSONBArray
instance in an JSONBOp
, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.