class 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
def array_type
  super || ARRAY_TYPE
end