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

unpublished interface XDatabaseMetaData2
Base Interfaces
XDatabaseMetaData2XDatabaseMetaData

XDatabaseMetaData
(referenced interface's summary:)
provides comprehensive information about the database as a whole.
Usage Restrictions
not published
Description
extends the XDatabaseMetaData interface to allow retrieval of additional information.

Methods' Summary
getConnectionInfo complements XDatabaseMetaData::getURL by returning the settings which, upon construction of the connection, have been used besides the connection URL.  
Methods' Details
getConnectionInfo
sequence< ::com::sun::star::beans::PropertyValue >
getConnectionInfo();

Description
complements XDatabaseMetaData::getURL by returning the settings which, upon construction of the connection, have been used besides the connection URL.
See also
XDriver::connect
Top of Page