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

interface XDocumentDataSource
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDocumentDataSource
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
simplifies the accessing of data sources and their corresponding database document.

The interface can be used to access the data source of the database document.

See also
OfficeDatabaseDocument

Attributes' Summary
DatabaseDocument provides access to the one and only OfficeDatabaseDocument which the data source is based on.  
Attributes' Details
DatabaseDocument
[ readonly ] XOfficeDatabaseDocument DatabaseDocument;
Description
provides access to the one and only OfficeDatabaseDocument which the data source is based on.

The component returned by this attribute is an OfficeDatabaseDocument .

Top of Page