LibreOffice
LibreOffice 7.3 SDK API Reference
|
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. | |
Macros | |
#define | __com_sun_star_sdbc_FetchDirection_idl__ |
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... | |
#define __com_sun_star_sdbc_FetchDirection_idl__ |