uses of interface XConnection

back to interface XConnection

Derived Interfaces
Synonym Typedefs
Services which Support this Interface
Uses as Return Type
Uses as Parameter
Uses as Data Type
References in Developers Guide


Derived Interfaces
XConnection2

Services which Support this Interface
::com::sun::star::sdbc::Connection

Uses as Return Type
XAcceptor::accept()
XConnector::connect()
::com::sun::star::sdbc::XDriver::connect()
::com::sun::star::sdbc::XDatabaseMetaData::getConnection()
::com::sun::star::sdbc::XDataSource::getConnection()
::com::sun::star::sdbc::XDriverManager::getConnection()
::com::sun::star::sdbc::XPooledConnection::getConnection()
::com::sun::star::sdbc::XPreparedStatement::getConnection()
::com::sun::star::sdbc::XStatement::getConnection()
::com::sun::star::sdbc::XDriverManager::getConnectionWithInfo()
::com::sun::star::sdb::XDatabaseAccess::getIsolatedConnection()
::com::sun::star::sdbc::XIsolatedConnection::getIsolatedConnection()
::com::sun::star::sdbc::XIsolatedConnection::getIsolatedConnectionWithCompletion()

Uses as Parameter
::com::sun::star::bridge::XBridgeFactory::createBridge()

References in Developers Guide
3.3.1 Professional UNO - UNO Concepts - UNO Interprocess Connections - Opening a Connection

Top of Page