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

deprecated service DatabaseAccessConnection
Description
specifies a component, which supplies and stores additional information related to a certain database connection, such as, DatabaseQueries, FormDocuments, and ReportDocuments. Objects for data definition are supplied as well, for instance, Tables, Views, etc.

Implements the service ::com::sun::star::sdbc::Connection . It is possible to open more than one connection at the same time, but the method ::com::sun::star::sdb::DatabaseAccessConnection::dispose() will close only one of these connections. You have to close all connections in order to close the connection to the database.


Included Services
::com::sun::star::sdbc::Connection
Description
supporting of the base connection service.

Note:
Don't use the "dispose" method of the XComponent interface, as the DataAccess uses a more sophisticated interface for closing a connection.

See also
::com::sun::star::sdb::XDatabaseAccess

::com::sun::star::sdbcx::DatabaseDefinition
Description
access to the DatabaseDefinition beans of the connection.
Exported Interfaces
::com::sun::star::container::XChild
Description
access to the owning data access bean.
::com::sun::star::sdb::XSQLQueryComposerFactory
Description
returns a tool for composing queries.
::com::sun::star::sdb::XQueriesSupplier
Description
provides access to the queries.

 
Top of Page