Searched refs:getRow (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetTest.java | 347 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()
|
D | OldResultSetGetterTests.java | 788 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()
|
D | OldConnectionTest.java | 193 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/ |
D | DatabaseMetaDataTest.java | 276 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/ |
D | ResultSet.java | 1185 int getRow() throws SQLException; in getRow() method
|
/libcore/api/ |
D | current.txt | 9486 method public int getRow() throws java.sql.SQLException;
|