Method: Sequel::Postgres::ArrayOpMethods#pg_array

Defined in:
lib/sequel/extensions/pg_array_ops.rb

#pg_arrayObject

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



223
224
225
# File 'lib/sequel/extensions/pg_array_ops.rb', line 223

def pg_array
  ArrayOp.new(self)
end