JDO Method
in javax.jdo.Query

void closeAll()


Close all query results associated with this Query instance, and release all resources associated with them. The query results might have iterators open on them. Iterators associated with the query results are invalidated: they return false to hasNext() and throw NoSuchElementException to next().
Since:
JDO 1.0