Methods

Class Index [+]

Quicksearch

Sequel::Postgres::HStoreOpMethods

Public Instance Methods

hstore() click to toggle source

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

     # File lib/sequel/extensions/pg_hstore_ops.rb, line 232
232:       def hstore
233:         HStoreOp.new(self)
234:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.