Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryPosition

The query position that can be used to navigate an sequential query.

Index

Enumeration members

Enumeration members

FIRST

FIRST: = "first"

Used to fetch the first record in the query.

LAST

LAST: = "last"

Used to fetch the last record in the query.

NEXT

NEXT: = "next"

Used to move the query position forward and retrieve the next record in the query.

PREVIOUS

PREVIOUS: = "prev"

Used to move the query position backward and retrieve the previous record in the query.