QueryRowPosition typedef
An identifier of a QueryRow position within a result set.
This type is a record of a FullId and a QueryRowOrdered. It is a starting position used to retrieve rows after or before this position.
See also: SQLite.query and its start argument.
Implementation
typedef QueryRowPosition = ({FullId id, QueryRowOrdered ordered});