service DatabaseDocument in module com::sun::star::sdb::

(Global Index)

Syntax

service DatabaseDocument;

Description

specifies documents which belong to a database access bean.

These documents typically process information from a connected data source. A DatabaseDocument could be a form or a report.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


com::sun::star::sdbcx::XDataDescriptorFactory

Description

provides the creation of a descriptor for a definition object.


com::sun::star::sdbcx::XRename

Description

supports the renaming of definition objects.
This is a very desirable feature which is not supported by all databases. There is no standard SQL statement provided for this feature.


Property Summary

Name is the name of the document.

URL is the URL of the document.

Property Details



Name

Syntax

[readonly] string Name;

Description

is the name of the document.


URL

Syntax

[readonly] string URL;

Description

is the URL of the document.

Top of Page