module Sequel::Postgres::PGRowOp::ExpressionMethods

  1. lib/sequel/extensions/pg_row_ops.rb

Methods

Public Instance

  1. pg_row

Public Instance methods

pg_row()

Return a PGRowOp wrapping the receiver.

[show source]
    # File lib/sequel/extensions/pg_row_ops.rb
156 def pg_row
157   Sequel.pg_row_op(self)
158 end