The query position that can be used to navigate an sequential query.
Used to fetch the first record in the query.
Used to fetch the last record in the query.
Used to move the query position forward and retrieve the next record in the query.
Used to move the query position backward and retrieve the previous record in the query.
The query position that can be used to navigate an sequential query.