Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: sdb ::
|
| unpublished |
interface XDocumentDataSource |
|
|
|
- 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' 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.
Though there is a 1-to-1 relationship between database documents and data sources,
each of the two can exist without its counterpart, but create this counterpart on request
only. As a consequence, the document obtained via this attribute might be newly created,
which implies that the caller is now responsible for it. In particular, the caller is
responsible for calling ::com::sun::star::util::XCloseable::close
on the document as soon as it's not needed anymore.
Additionally, if the caller does long-lasting processing on the document, it's advised
to add itself as ::com::sun::star::util::XCloseListener to the document,
to prevent closing as long as the processing lasts.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.