()
| 124 | } |
| 125 | |
| 126 | public boolean hasNext() throws TransactionAbortedException, DbException { |
| 127 | // some code goes here |
| 128 | return this.dbFileIterator.hasNext(); |
| 129 | } |
| 130 | |
| 131 | public Tuple next() throws NoSuchElementException, |
| 132 | TransactionAbortedException, DbException { |