QueryResults Structure
Use the QueryResults structure to specify query details during query execution.
The QueryResults structure is used in the XMLViewService Service (in the executeXMLQuery method).
QueryResults Structure Fields
Fields | Description |
---|---|
String rowset |
Specifies the rowset XML encoded in the string. |
String queryID |
Specifies the unique ID of the query, which can be used in fetchNext calls. |
boolean finished |
If set to TRUE, then there are no more rows to return. If set to FALSE, then another fetchNext call is needed to return more rows. |