Parent

Methods

Files

PostgresPR::Connection::Result

Attributes

cmd_tag[RW]
fields[RW]
rows[RW]

Public Class Methods

new(rows=[], fields=[]) click to toggle source
# File lib/postgres-pr/connection.rb, line 106
def initialize(rows=[], fields=[])
  @rows, @fields = rows, fields
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.