Methods

Class Index [+]

Quicksearch

Sequel::Postgres::PGIntegerArray

PGArray subclass for handling int2/int4/int8 arrays.

Constants

ARRAY_TYPE

Public Instance Methods

array_type() click to toggle source

Use the int4 type by default.

     # File lib/sequel/extensions/pg_array.rb, line 405
405:       def array_type
406:         super || ARRAY_TYPE
407:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.