Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java63 static final int MAX_TABLE_ROWS = 100; field in RowSet
244 for (int i = 1; i <= MAX_TABLE_ROWS; ++i) in createStruture()
289 final int calcPos = (MAX_TABLE_ROWS % i) + 1; in testAbsolutePositioning()
309 final int calcPos = (MAX_TABLE_ROWS % i) + 1; in test3()
332 for (int i = 1; i <= MAX_TABLE_ROWS; ++i) in test4()
337 final int calcPos = MAX_TABLE_ROWS - 1; in test4()
442 updRow.updateInt(1, MAX_TABLE_ROWS + 2); in testRowSetEvents()
456 updRow.updateInt(1, MAX_TABLE_ROWS + 3); in testRowSetEvents()
832 testPosition(m_resultSet, m_row, MAX_TABLE_ROWS, "mixed clone/rowset move: rowset check"); in testCloneMovesPlusInsertions()

Completed in 21 milliseconds