Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java64 static final int MAX_FETCH_ROWS = 10; field in RowSet
183 rowSetProperties.setPropertyValue("FetchSize", Integer.valueOf(MAX_FETCH_ROWS)); in createRowSet()
287 for (int i = 1; i <= MAX_FETCH_ROWS; ++i) in testAbsolutePositioning()
307 for (int i = 1; i <= MAX_FETCH_ROWS; ++i) in test3()

Completed in 13 milliseconds