Searched refs:rs2 (Results 1 – 2 of 2) sorted by relevance
1234 ResultSet rs2 = null; in testCommit() local1252 rs2 = st2.getResultSet(); in testCommit()1253 assertEquals(4, getCount(rs2)); in testCommit()1256 rs2.close(); in testCommit()1291 ResultSet rs2 = null; in testRollback() local1330 rs2 = st2.getResultSet(); in testRollback()1331 assertEquals(4, getCount(rs2)); in testRollback()1341 rs2.close(); in testRollback()
146 ResultSet rs2 = ps2.executeQuery(); in testClose() local147 while (rs2.next()){ in testClose()