Esempio n. 1
0
 public void rewind() throws DbException, NoSuchElementException, TransactionAbortedException {
   dbiter.rewind();
 }
Esempio n. 2
0
 public void rewind() throws DbException, NoSuchElementException, TransactionAbortedException {
   // some code goes here
   i.rewind();
   i_pos = null;
 }