Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetTest.java347 int initialRow = target.getRow(); in testRelative()
349 assertEquals(initialRow, target.getRow()); in testRelative()
353 assertEquals(1, target.getRow()); in testRelative()
357 assertEquals(2, target.getRow()); in testRelative()
363 assertEquals(2,target.getRow()); in testRelative()
378 int initialRow = scrollableTarget.getRow(); in testRelativeScrollableResultSet()
380 assertEquals(initialRow, scrollableTarget.getRow()); in testRelativeScrollableResultSet()
384 assertEquals(1, scrollableTarget.getRow()); in testRelativeScrollableResultSet()
389 assertEquals(2, scrollableTarget.getRow()); in testRelativeScrollableResultSet()
392 assertEquals(2,scrollableTarget.getRow()); in testRelativeScrollableResultSet()
DOldResultSetGetterTests.java788 assertEquals(1, res.getRow()); in testGetRow()
791 assertEquals(2, res.getRow()); in testGetRow()
795 assertEquals(0, res.getRow()); in testGetRow()
799 res.getRow(); in testGetRow()
DOldConnectionTest.java193 int pos = rs.getRow(); in testCreateStatement_int_int_int()
195 assertEquals("ResultSet cursor position has changed",pos, rs.getRow()); in testCreateStatement_int_int_int()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java276 int size = noSchemaTable.getRow(); in test_getColumnsTableWithNoCatalogSchema()
292 int size = noSchemaTable.getRow(); in test_getColumnsTableWithNoCatalogSchema()
307 int size = noSchemaTable.getRow(); in test_getColumnsTableWithNoCatalogSchema()
1886 int count = rs.getRow(); in crossCheckGetColumnsAndResultSetMetaData()
/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1185 int getRow() throws SQLException; in getRow() method
/libcore/api/
Dcurrent.txt9486 method public int getRow() throws java.sql.SQLException;