REPOSITION-TO-ROWID( ) method
Moves a query object’s result list pointer to the row corresponding to the specified ROWID or ROWIDs.
To reposition to a particular row when the query is a join, supply the ROWIDs of the buffers that correspond to the desired row.
Return type:
LOGICAL
Applies to:
Query object handle
rowid1
[ , rowid2
] ...
Expressions of type ROWID representing the rowid of the first buffer, the rowid of the second buffer, etc. The maximum number of expressions is 18. If an expression contains the Unknown value (?
), the AVM evaluates but ignores subsequent expressions.
rowid-array
An array of 18 or fewer elements, where each element is of type ROWID and represents the rowid of a buffer. If an element contains the Unknown value (?
), the AVM evaluates but ignores subsequent elements.
Note:
The REPOSITION-TO-ROWID method corresponds to the REPOSITION statement TO ROWID option.