Public Instance methods
pg_array()
Wrap the receiver in an ArrayOp
so you can easily use the PostgreSQL array functions and operators with it.
[show source]
# File lib/sequel/extensions/pg_array_ops.rb 283 def pg_array 284 ArrayOp.new(self) 285 end