Beispiel #1
0
 public void rewind() throws DbException, TransactionAbortedException {
   child.rewind();
 }
Beispiel #2
0
 public void rewind() throws DbException, TransactionAbortedException {
   // some code goes here
   // DONE
   _child.rewind();
 }