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.



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

def pg_row
  Sequel.pg_row_op(self)
end