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

unpublished interface XOfficeDatabaseDocument
Base Interfaces
XOfficeDatabaseDocumentXFormDocumentsSupplierXReportDocumentsSupplier
┗ ::com::sun::star::document::XDocumentSubStorageSupplier

XFormDocumentsSupplier
Description
allows to access the supplier for forms.
XReportDocumentsSupplier
Description
allows to access the supplier for reports.
::com::sun::star::document::XDocumentSubStorageSupplier
Description
allows the access to all sub storages in the office database document.
Description
simplifies the accessing of data sources, and it's corresponding database document and forms, and reports.

Attributes' Summary
DataSource provides access to the one and only DataSource associated with this document  
Attributes' Details
DataSource
[ readonly ] ::com::sun::star::sdbc::XDataSource DataSource;
Description
provides access to the one and only DataSource associated with this document
Top of Page