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