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

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

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.

Properties' Summary

URL locates the database access bean.
PasswordMode [ OPTIONAL ]
determines the password handling.

Properties' Details

URL
 
string URL;
Description
locates the database access bean.
PasswordMode
 
com::sun::star::ucb::RememberAuthentication PasswordMode;
[ OPTIONAL ]
Description
determines the password handling.

Top of Page