iopc::ResultBase Class Reference
[iopclib]

Base class for the Result<T> template. More...

#include <resultBase.h>

Inheritance diagram for iopc::ResultBase:

Inheritance graph
[legend]

List of all members.

Public Member Functions

const QuerygetQuery ()
 Returns the query which was passed to the Result<T> constructor.
void open ()
 Executes the query and opens the result set for iteration.
bool fetchNext ()
 Fetches next result.
bool fetchPrev ()
 Fetches previous result.
void close ()
 Closes the Result.


Detailed Description

Base class for the Result<T> template.

Member Function Documentation

void ResultBase::open (  ) 

Executes the query and opens the result set for iteration.

Opens a cursor that iterates the query results If preload is specified, all keys (OIDs or KeyValues) are loaded immediately and the cursor is closed.

void ResultBase::close (  ) 

Closes the Result.

If preload was not specified, closes the underlying cursor. Frees all allocated resources.


The documentation for this class was generated from the following files:

Generated on Tue Apr 14 16:46:52 2009 for IOPC 2 by  doxygen 1.5.6