|
LibreOffice
LibreOffice 26.2 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::sdb |
| Basic interfaces for database access. | |
| module | com::sun::star::sdb::application |
| application UI. | |
Constant Groups | |
| constants | com::sun::star::sdb::application::DatabaseObjectContainer |
| denotes different types of (maybe virtual) containers of database objects | |
Variables | |
| const long | TABLES = 1000 |
| denotes the virtual folder containing all tables of a database, in a context where such a folder is displayed to the user. | |
| const long | QUERIES = 1001 |
| denotes the virtual folder containing all queries of a database, in a context where such a folder is displayed to the user. | |
| const long | FORMS = 1002 |
| denotes the virtual folder containing all forms of a database document, in a context where such a folder is displayed to the user. | |
| const long | REPORTS = 1003 |
| denotes the virtual folder containing all reports of a database, in a context where such a folder is displayed to the user. | |
| const long | DATA_SOURCE = 1004 |
| denotes the data source itself, which effectively is the root container for all other kind of database objects, including other container types. | |
| const long | CATALOG = 1005 |
| denotes a catalog in a database which supports catalogs | |
| const long | SCHEMA = 1006 |
| denotes a schema in a database which supports schemas | |
| const long | FORMS_FOLDER = 1007 |
| denotes a folder which is used to organize forms in a database document | |
| const long | REPORTS_FOLDER = 1008 |
| denotes a folder which is used to organize reports in a database document | |