Find the first row of a view object instance's result set by calling the
view object's first()
method. This method sets the view
object instance's current row pointer to the first row and then returns
that row.
The following example uses first()
to return the first row
of the view object mgrVO
:
Row firstRow = mgrVO.first();
Ways to Navigate Through Query Results
About Oracle ADF View Objects
Finding View
Object Instances in the Data Model
Copyright © 1997, 2004, Oracle. All rights reserved.