20 module
com { module sun { module star { module sdbc {
26 published constants FetchDirection
const long UNKNOWN
The order in which rows in a result set will be processed is unknown:
Definition: FetchDirection.idl:39
Definition: Ambiguous.idl:20
const long FORWARD
The rows in a result set will be processed in a forward direction; first-to-last. ...
Definition: FetchDirection.idl:31
const long REVERSE
The rows in a result set will be processed in a reverse direction; last-to-first. ...
Definition: FetchDirection.idl:35