Method: Sequel::SQL::Builders#pg_row_op
- Defined in:
- lib/sequel/extensions/pg_row_ops.rb
#pg_row_op(expr) ⇒ Object
Return a PGRowOp wrapping the given expression.
189 190 191 |
# File 'lib/sequel/extensions/pg_row_ops.rb', line 189 def pg_row_op(expr) Postgres::PGRowOp.wrap(expr) end |