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::sdb |
Basic interfaces for database access. | |
Constant Groups | |
constants | com::sun::star::sdb::RowChangeAction |
determines the type of change which is going to be performed. | |
Macros | |
#define | __com_sun_star_sdb_RowChangeAction_idl__ |
Variables | |
const long | INSERT = 1 |
indicates that an insert will be performed. More... | |
const long | UPDATE = 2 |
indicates that an update will be performed. More... | |
const long | DELETE = 3 |
indicates that a delete will be performed. More... | |
#define __com_sun_star_sdb_RowChangeAction_idl__ |