Class RR::ProxyCursor
In: lib/rubyrep/proxy_cursor.rb
Parent: Object

Provides shared functionality for ProxyRowCursor and ProxyBlockCursor

Methods

destroy   new   prepare_fetch  

Attributes

connection  [RW]  The current ProxyConnection.
cursor  [RW]  The current cursor.
primary_key_names  [RW]  Array of primary key names for current table.
table  [RW]  The name of the current table.

Public Class methods

Shared initializations

  * connection: the current proxy connection
  * table: table_name

Public Instance methods

Releases all ressources

Initiate a query for the specified row range. options: An option hash that is used to construct the SQL query. See ProxyCursor#construct_query for details.

[Validate]