closeAll() - JDO Query's method
Method
javax.jdo.Query
void closeAll()
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