Monday, April 21, 2014

ADF: VO getRowCount

Counts the total number of rows in this row set.
This method retrieves all rows from the View Object by executing the View Object's query and then calling next() until the last row is retrieved. Thus, since it iterates through the View Object one record at a time, this method may be slow.
If you are working with a large number of rows, or if your application demands a fast response, use getEstimatedRowCount to obtain a quicker count.
Related Posts Plugin for WordPress, Blogger...