module Sequel::Postgres::PGRowOp::ExpressionMethods

Public Instance Methods

pg_row() click to toggle source

Return a PGRowOp wrapping the receiver.

# File lib/sequel/extensions/pg_row_ops.rb, line 161
def pg_row
  Sequel.pg_row_op(self)
end