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::BestRowScope |
determines how long a row identifier is valid. | |
Macros | |
#define | __com_sun_star_sdbc_BestRowScope_idl__ |
Variables | |
const long | TEMPORARY = 0 |
indicates that the scope of the best row identifier is very temporary, lasting only while the row is being used. More... | |
const long | TRANSACTION = 1 |
indicates that the scope of the best row identifier is the remainder of the current transaction. More... | |
const long | SESSION = 2 |
indicates that the scope of the best row identifier is the remainder of the current session. More... | |
#define __com_sun_star_sdbc_BestRowScope_idl__ |