Cursor Object

Cursor(values = NULL, before = NULL)

Arguments

values

The values that represent a position, in the order they appear in the order by clause of a query

before

If the position is just before or just after the given values, relative to the sort order defined by the query

Value

Cursor object

Details

Autogenerated via gar_create_api_objects A position in a query result set.