@return true if there are more tuples available, false if no more tuples or iterator isn't open.
()
| 18 | |
| 19 | /** @return true if there are more tuples available, false if no more tuples or iterator isn't open. */ |
| 20 | boolean hasNext() |
| 21 | throws DbException, TransactionAbortedException; |
| 22 | |
| 23 | /** |
no outgoing calls