Home
last modified time | relevance | path

Searched refs:rs3 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java1235 ResultSet rs3 = null; in testCommit() local
1267 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() local
1336 rs3 = st3.getResultSet(); in testRollback()
1337 assertEquals(4, getCount(rs3)); in testRollback()
1342 rs3.close(); in testRollback()