Opens the iterator @throws DbException when there are problems opening/accessing the database.
()
| 14 | * @throws DbException when there are problems opening/accessing the database. |
| 15 | */ |
| 16 | void open() |
| 17 | throws DbException, TransactionAbortedException; |
| 18 | |
| 19 | /** @return true if there are more tuples available, false if no more tuples or iterator isn't open. */ |
no outgoing calls