123124125126127128129130131
{ ResultSet rs; try { rs = executeQuery(query); } catch ( SQLException e ) { throw new DataIOException(e); } return process(t, rs, keyField, lock); }
291292293294295296297298299300301
// increment row count ++count; } } catch ( SQLException e ) { throw new DataIOException(e); } // clock out long time = System.currentTimeMillis()-timein; s_logger.info("Internal query processing completed: "+count+" rows, "