Description
The QueryResult class contains the result of a complex query.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
resultRow |
0..* |
An array of rows of the result, each being a hash of the output field or aggregation field, and the value of that field or aggregated field, in all cases returned as strings. |
|
totalCount |
long |
1..1 |
The total number of results available |
listFrom |
int |
1..1 |
The index of the first result returned within this result set |
listTo |
int |
1..1 |
The index of the last result returned within this result set |
Remarks
The result contains a list of rows, plus a total number of rows, and the indices of the first and last row returned under this query.