Method: Sequel::Postgres::JSONValueOp#initialize

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

#initialize(expr, path, opts = OPTS) ⇒ JSONValueOp

See JSONBaseOp#value for documentation of the options.


1000
1001
1002
1003
1004
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1000

def initialize(expr, path, opts=OPTS)
  @returning = opts[:returning]
  @on_empty = opts[:on_empty]
  super
end