Module: Sequel::Postgres::PGRowOp::ExpressionMethods
- Included in:
- LiteralString, SQL::GenericExpression, Symbol
- Defined in:
- lib/sequel/extensions/pg_row_ops.rb
Instance Method Summary collapse
-
#pg_row ⇒ Object
Return a PGRowOp wrapping the receiver.
Instance Method Details
permalink #pg_row ⇒ Object
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 |