Method: Sequel::Postgres::JSONBOp#path_exists_tz!

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

#path_exists_tz!(path, vars = nil, silent = nil) ⇒ Object

The same as #path_exists!, except that timezone-aware conversions are used for date/time values.



700
701
702
# File 'lib/sequel/extensions/pg_json_ops.rb', line 700

def path_exists_tz!(path, vars=nil, silent=nil)
  Sequel::SQL::BooleanExpression.new(:NOOP, _path_function(:jsonb_path_exists_tz, path, vars, silent))
end