LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
FetchDirection.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::sdbc
 Database component interfaces.
 

Constant Groups

constants  com::sun::star::sdbc::FetchDirection
 indicates in which direction a result set should fetch next, just for optimization.
 

Variables

const long FORWARD = 1000
 The rows in a result set will be processed in a forward direction; first-to-last. More...
 
const long REVERSE = 1001
 The rows in a result set will be processed in a reverse direction; last-to-first. More...
 
const long UNKNOWN = 1002
 The order in which rows in a result set will be processed is unknown: More...