Searched refs:rs3 (Results 1 – 1 of 1) sorted by relevance
1235 ResultSet rs3 = null; in testCommit() local1267 rs3 = st3.getResultSet(); in testCommit()1269 assertEquals(4, getCount(rs3)); in testCommit()1272 if (rs3 != null) rs3.close(); in testCommit()1292 ResultSet rs3 = null; in testRollback() local1336 rs3 = st3.getResultSet(); in testRollback()1337 assertEquals(4, getCount(rs3)); in testRollback()1342 rs3.close(); in testRollback()