Module: Sequel::Postgres::ArrayOpMethods

Included in:
LiteralString, SQL::GenericExpression, Symbol
Defined in:
lib/sequel/extensions/pg_array_ops.rb

Instance Method Summary collapse

Instance Method Details

#pg_arrayObject

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



283
284
285
# File 'lib/sequel/extensions/pg_array_ops.rb', line 283

def pg_array
  ArrayOp.new(self)
end