LibreOffice
LibreOffice 7.4 SDK API Reference
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::PropertyValuegetConnectionInfo ()
 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

◆ getConnectionInfo()

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: