Class | RR::ResultFetcher |
In: |
lib/rubyrep/proxy_connection.rb
|
Parent: | Object |
connection | [RW] | The current database ProxyConnection |
current_row_index | [RW] | Index to the current row in rows |
last_row | [RW] | column_name => value hash of the last returned row |
options | [RW] | hash of select options as described under ProxyConnection#select_cursor |
rows | [RW] | The current row set: an array of column_name => value hashes |
Creates a new fetcher.