Home | History | Annotate | Download | only in sql

Lines Matching defs:rowCount

704                     int rowCount = 0;
706 ++rowCount;
710 assertTrue("rowCount=" + rowCount + " i=" + i, rowCount > i);
712 assertTrue("rowCount=" + rowCount + " i=" + i, rowCount <= i);