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
DatabaseAccessConnection::dispose()
will close only one of these connections. You have to close all connections in order
to close the connection to the database.