Methods

Class Index [+]

Quicksearch

Sequel::Postgres::ArrayOpMethods

Public Instance Methods

pg_array() click to toggle source

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

     # File lib/sequel/extensions/pg_array_ops.rb, line 193
193:       def pg_array
194:         ArrayOp.new(self)
195:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.