service DatabaseAccessDataSource in module com::sun::star::sdb::

(Global Index)

Syntax

service DatabaseAccessDataSource;

Description

is a factory to create data access beans. Data access beans are shared amoung components, so if an already existing bean is requested, the existing one is returned.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


com::sun::star::sdbc::XDataSource

Description

is used for establishing connections via a factory which is identified by its name. A DataSource object is typically registered by a naming service provider.


com::sun::star::sdb::XCompletedConnection [ OPTIONAL ]

Description

is optional for implementation.


Property Summary

URL locates the database access bean.

PasswordMode determines the password handling.

Property Details



URL

Syntax

string URL;

Description

locates the database access bean.


PasswordMode [ O P T I O N A L ]

Syntax

com::sun::star::ucb::RememberAuthentication PasswordMode;

Description

determines the password handling.

Top of Page