Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DStatement.java452 void setFetchSize(int rows) throws SQLException; in setFetchSize() argument
DResultSet.java1256 boolean relative( int rows ) throws SQLException; in relative() argument
1364 void setFetchSize(int rows) throws SQLException; in setFetchSize() argument
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java426 int rows = 100; in testSetFetchSize() local
427 for (int i = 0; i < rows; i++) { in testSetFetchSize()
/libcore/expectations/
Dknownfailures.txt679 …description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent…