Resets the iterator to the start. @throws DbException When rewind is unsupported.
()
| 35 | * @throws DbException When rewind is unsupported. |
| 36 | */ |
| 37 | void rewind() throws DbException, TransactionAbortedException; |
| 38 | |
| 39 | /** |
| 40 | * Closes the iterator. |
no outgoing calls