# File lib/sequel/extensions/pg_row_ops.rb 156 def pg_row 157 Sequel.pg_row_op(self) 158 end
Return a PGRowOp wrapping the receiver.
PGRowOp