Setting the Current Row Pointer to Before the First Row

Reset a view object instance's current row pointer to the slot before the first row by calling the view object's reset() method:

mgrVO.reset();

After calling this method, a call to next() will return the view object's first row.


Ways to Navigate Through Query Results
Navigating to the First Row of a Query Result Set
About Oracle ADF View Objects
Finding View Object Instances in the Data Model

 

 

Copyright © 1997, 2004, Oracle. All rights reserved.