Refresh

This website rubydoc.info/gems/sequel/3.39.0/Sequel/Postgres/ArrayOpMethods is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

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.



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

def pg_array
  ArrayOp.new(self)
end