Searched refs:rows (Results 1 – 4 of 4) sorted by relevance
452 void setFetchSize(int rows) throws SQLException; in setFetchSize() argument
1256 boolean relative( int rows ) throws SQLException; in relative() argument1364 void setFetchSize(int rows) throws SQLException; in setFetchSize() argument
426 int rows = 100; in testSetFetchSize() local427 for (int i = 0; i < rows; i++) { in testSetFetchSize()
679 …description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent…