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

deprecated service DatabaseEnvironment
Usage Restrictions
deprecated
Deprecation Info
is the top level service for accessing database components.

It enables the service user to establish connections to databases or to use database access beans to gain access to database components. This service takes control over all other database services.


Exported Interfaces - Summary
XDatabaseEnvironment
(referenced entity's summary:)
specifies the root of the data access beans. It provides the possiblity to open a data access bean, which contains tables, queries, forms, and report documents, or to open a connection to a database.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
[ readonly ] ::com::sun::star::util::XNumberFormatsSupplier
NumberFormatsSupplier
provides an object for formatting numbers.  
Exported Interfaces - Details
XDatabaseEnvironment
(referenced entity's summary:)
specifies the root of the data access beans. It provides the possiblity to open a data access bean, which contains tables, queries, forms, and report documents, or to open a connection to a database.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Details
NumberFormatsSupplier
[ readonly ] ::com::sun::star::util::XNumberFormatsSupplier NumberFormatsSupplier;
Description
provides an object for formatting numbers.

 
Top of Page