REPOSITION-FORWARD( ) method

Moves a query object's result list pointer forward a particular number of rows.

Return type: LOGICAL

Applies to: Query object handle

Syntax

REPOSITION-FORWARD ( n )
n
An integer expression representing the number of rows.

REPOSITION-FORWARD( ) always places the cursor between rows. For example:

Note: The REPOSITION-FORWARD method corresponds to the REPOSITION statement with the FORWARDS option.

See also

REPOSITION statement, REPOSITION-TO-ROW( ) method, REPOSITION-TO-ROWID( ) method