()
| 110 | } |
| 111 | |
| 112 | public void close() { |
| 113 | // some code goes here |
| 114 | child1.close(); |
| 115 | child2.close(); |
| 116 | it = null; |
| 117 | super.close(); |
| 118 | } |
| 119 | |
| 120 | public void rewind() throws DbException, TransactionAbortedException { |
| 121 | // some code goes here |