Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java1234 ResultSet rs2 = null; in testCommit() local
1252 rs2 = st2.getResultSet(); in testCommit()
1253 assertEquals(4, getCount(rs2)); in testCommit()
1256 rs2.close(); in testCommit()
1291 ResultSet rs2 = null; in testRollback() local
1330 rs2 = st2.getResultSet(); in testRollback()
1331 assertEquals(4, getCount(rs2)); in testRollback()
1341 rs2.close(); in testRollback()
DOldResultSetTest.java146 ResultSet rs2 = ps2.executeQuery(); in testClose() local
147 while (rs2.next()){ in testClose()