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

unpublished interface XDatabaseMetaData2
Base Interfaces
XDatabaseMetaData2
┗ ::com::sun::star::sdbc::XDatabaseMetaData

::com::sun::star::sdbc::XDatabaseMetaData
(referenced interface's summary:)
provides comprehensive information about the database as a whole.
Description
extends the ::com::sun::star::sdbc::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
::com::sun::star::sdbc::XDriver::connect
Top of Page