Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java590 final int rowCountBefore = currentRowCount(); in deleteRandom() local
597 …assertTrue("row count changed with a |deleteRow| (it should not)", rowCountBefore == rowCountAfter… in deleteRandom()
654 final int rowCountBefore = currentRowCount(); in testDeleteBehavior() local
657 …on row immediately after |deleteRow| does not adjust the row count", rowCountBefore == currentRowC… in testDeleteBehavior()

Completed in 21 milliseconds