| LibreOffice
    LibreOffice 24.8 SDK API 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. | |
| const long | REVERSE = 1001 | 
| The rows in a result set will be processed in a reverse direction; last-to-first. | |
| const long | UNKNOWN = 1002 | 
| The order in which rows in a result set will be processed is unknown: | |