Store.closeQuery()

Signature

void closeQuery (Object queryIterator)

Domain

ACTION

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

NameTypeDescription
queryIteratorObjectIterator returned via the 'query' call

Returns

TypeDescription
void

Cautions

none