LibreOffice
LibreOffice 24.2 SDK API Reference
|
denotes different objects within a database document More...
Variables | |
const long | TABLE = com::sun::star::sdb::CommandType::TABLE |
denotes a table in a database More... | |
const long | QUERY = com::sun::star::sdb::CommandType::QUERY |
denotes a query in a database document More... | |
const long | FORM = 2 |
denotes a form in a database document More... | |
const long | REPORT = 3 |
denotes a report in a database document More... | |
const long FORM = 2 |
denotes a form in a database document
const long QUERY = com::sun::star::sdb::CommandType::QUERY |
denotes a query in a database document
const long REPORT = 3 |
denotes a report in a database document
const long TABLE = com::sun::star::sdb::CommandType::TABLE |
denotes a table in a database
Note that table here is a more general term. In OpenOffice.org Base, views are also represented as tables, since to the user, the behave pretty much as tables do.