import "archive_xmlstore_if.idl";
Inheritance diagram for xmlstore::Cursor:


Public Types | |
| typedef sequence< QueryResult > | QueryResultSeq |
Public Member Functions | |
| boolean | hasNext () raises (ArchiveInternalError) |
| QueryResult | next () raises (ArchiveInternalError) |
| QueryResultSeq | nextBlock (in short size) raises (ArchiveInternalError) |
| oneway void | close () |
|
|
A sequence of QueryResults. |
|
|
Closes the cursor to free resources. It is obligatory to call this method when the cursor object is no longer needed. |
|
|
Returns true if there are more results in the cursor. |
|
|
Fetches the next result from the cursor. |
|
|
Fetches the next block of query results from the cursor. |
1.3.8