Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sdb :: application ::

unpublished constants group DatabaseObject
Usage Restrictions
not published
Description
denotes different objects within a database document
Since
OOo 2.2
See also
DatabaseObjectContainer

Constants
TABLE denotes a table in a database  
QUERY denotes a query in a database document  
FORM denotes a form in a database document  
REPORT denotes a report in a database document  
Constants' Details
TABLE
const long TABLE = com::sun::star::sdb::CommandType::TABLE;
Description
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.

QUERY
const long QUERY = com::sun::star::sdb::CommandType::QUERY;
Description
denotes a query in a database document
FORM
const long FORM = 2;
Description
denotes a form in a database document
REPORT
const long REPORT = 3;
Description
denotes a report in a database document
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.