Opens the iterator. This must be called before any of the other methods. @throws DbException when there are problems opening/accessing the database.
()
| 21 | * @throws DbException when there are problems opening/accessing the database. |
| 22 | */ |
| 23 | void open() |
| 24 | throws DbException, TransactionAbortedException; |
| 25 | |
| 26 | /** Returns true if the iterator has more tuples. |
no outgoing calls