Module: Sequel::Postgres::PGRowOp::ExpressionMethods

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

Instance Method Summary collapse

Instance Method Details

#pg_rowObject

Return a PGRowOp wrapping the receiver.



156
157
158
# File 'lib/sequel/extensions/pg_row_ops.rb', line 156

def pg_row
  Sequel.pg_row_op(self)
end