Public Instance methods
pg_row
()
Return a PGRowOp wrapping the receiver.
[show source]
# File lib/sequel/extensions/pg_row_ops.rb, line 156 def pg_row Sequel.pg_row_op(self) end