Module Sequel::Postgres::HStoreOpMethods
In: lib/sequel/extensions/pg_hstore_ops.rb

Methods

hstore  

Public Instance methods

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

[Source]

     # File lib/sequel/extensions/pg_hstore_ops.rb, line 298
298:       def hstore
299:         HStoreOp.new(self)
300:       end

[Validate]