LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sdb::application::DatabaseObject Constant Group 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...
 

Detailed Description

denotes different objects within a database document

Since
OOo 2.2
See also
DatabaseObjectContainer

Variable Documentation

◆ FORM

const long FORM = 2

denotes a form in a database document

◆ QUERY

const long QUERY = com::sun::star::sdb::CommandType::QUERY

denotes a query in a database document

◆ REPORT

const long REPORT = 3

denotes a report in a database document

◆ TABLE

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.