Class: Sequel::Postgres::JSONArray

Inherits:
Object
  • Object
show all
Defined in:
lib/sequel/extensions/pg_json_ops.rb

Overview

:nocov:

Instance Method Summary collapse

Instance Method Details

#opObject

Wrap the JSONArray instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.



676
677
678
# File 'lib/sequel/extensions/pg_json_ops.rb', line 676

def op
  JSONOp.new(self)
end