LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
XDatabaseMetaData2 Interface Reference

extends the XDatabaseMetaData interface to allow retrieval of additional information. More...

import"XDatabaseMetaData2.idl";

Inheritance diagram for XDatabaseMetaData2:
XDatabaseMetaData XInterface

Public Member Functions

sequence
< ::com::sun::star::beans::PropertyValue
getConnectionInfo ()
 complements XDatabaseMetaData::getURL by returning the settings which, upon construction of the connection, have been used besides the connection URL. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

extends the XDatabaseMetaData interface to allow retrieval of additional information.

Member Function Documentation

sequence< ::com::sun::star::beans::PropertyValue > getConnectionInfo ( )

complements XDatabaseMetaData::getURL by returning the settings which, upon construction of the connection, have been used besides the connection URL.

See Also
XDriver::connect

The documentation for this interface was generated from the following file: