Store.closeQuery()
Signature
void closeQuery (Object queryIterator)
Description
Closes the query and its dependent objects. Use this API only if you need to exit without or inbetween query result iteration. By default, on complete query result iteration query close happens implicitly, no need for explicit call to this API.
Parameters
Name | Type | Description |
queryIterator | Object | Iterator returned via the 'query' call |