The Free and Open Productivity Suite
Help promote OpenOffice with 5 minutes of your time

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: 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 Feather

Copyright & License | Privacy | Contact Us | Donate

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