Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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 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.



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
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