Dynamic query reposition methods
- Last Updated: July 26, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
There are also reposition methods that match the corresponding
REPOSITION
statements you saw earlier. These include:REPOSITION-FORWARD(n)— Repositions the query n rows forward within the result setREPOSITION-BACKWARD(n)— Repositions the query n rows backward within the result setREPOSITION-TO-ROW(n)— Repositions the query to row n within the result setREPOSITION-TO-ROWID(rowid [, ...] )— Repositions the query to the row whose buffers have the ROWIDs passed to the method
For more information, see the entries in the
ABL Reference: