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
156 def pg_row
157   Sequel.pg_row_op(self)
158 end