Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java562 private int currentRowCount() throws UnknownPropertyException, WrappedTargetException in currentRowCount() method in RowSet
573 final int position = (new Random()).nextInt(currentRowCount() - 2) + 2; in positionRandom()
590 final int rowCountBefore = currentRowCount(); in deleteRandom()
595 final int rowCountAfter = currentRowCount(); in deleteRandom()
611 final int initialRowCount = currentRowCount(); in testDeleteBehavior()
650 …w count did not change as expected after two deletions", initialRowCount - 2 == currentRowCount()); in testDeleteBehavior()
654 final int rowCountBefore = currentRowCount(); in testDeleteBehavior()
657 …diately after |deleteRow| does not adjust the row count", rowCountBefore == currentRowCount() + 1); in testDeleteBehavior()

Completed in 18 milliseconds