@return true if there are more tuples remaining.
()
| 70 | |
| 71 | /** @return true if there are more tuples remaining. */ |
| 72 | public boolean hasNext() throws DbException, TransactionAbortedException { |
| 73 | return op.hasNext(); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Returns the next tuple, or throws NoSuchElementException if the iterator |