Find the last row of a view object instance's result set by calling the
view object's last()
method. This method sets the view
object instance's current row pointer to the last row and then returns
that row.
The following example uses last()
to return the first row
of the view object mgrVO
:
Row lastRow = mgrVO.last();
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.