20 module
com { module sun { module star { module sdbc {
indicates in which direction a result set should fetch next, just for optimization.
Definition FetchDirection.idl:27
const long REVERSE
The rows in a result set will be processed in a reverse direction; last-to-first.
Definition FetchDirection.idl:35
const long UNKNOWN
The order in which rows in a result set will be processed is unknown:
Definition FetchDirection.idl:39
const long FORWARD
The rows in a result set will be processed in a forward direction; first-to-last.
Definition FetchDirection.idl:31
Definition Ambiguous.idl:20