rewind this iterator back to the beginning of the tuples
()
| 1371 | * rewind this iterator back to the beginning of the tuples |
| 1372 | */ |
| 1373 | public void rewind() throws DbException, TransactionAbortedException { |
| 1374 | close(); |
| 1375 | open(); |
| 1376 | } |
| 1377 | |
| 1378 | /** |
| 1379 | * close the iterator |