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

service DatabaseAccessConnection

Included Services - Summary
::com::sun::star::sdbc::Connection

supporting of the base connection service. (details)

::com::sun::star::sdbcx::DatabaseDefinition

access to the DatabaseDefinition beans of the connection.

Exported Interfaces - Summary
::com::sun::star::container::XChild

access to the owning data access bean.

XSQLQueryComposerFactory

returns a tool for composing queries.

XQueriesSupplier

provides access to the queries.

Included Services - Details
::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 - Details
::com::sun::star::container::XChild
Description
access to the owning data access bean.
XSQLQueryComposerFactory
Description
returns a tool for composing queries.
XQueriesSupplier
Description
provides access to the queries.

 
Top of Page