Module: Sequel::Postgres::HStoreOpMethods

Included in:
LiteralString, SQL::GenericExpression, Symbol
Defined in:
lib/sequel/extensions/pg_hstore_ops.rb

Instance Method Summary collapse

Instance Method Details

#hstoreObject

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



360
361
362
# File 'lib/sequel/extensions/pg_hstore_ops.rb', line 360

def hstore
  HStoreOp.new(self)
end