Esempio n. 1
0
 public void close() throws SQLException {
   if (ps != null) {
     log.debug("closing iterator");
     nextResult = null;
     sess.getBatcher().closeQueryStatement(ps, rs);
     ps = null;
     rs = null;
     hasNext = false;
   }
 }