#include <ZPooledConnection.hxx>
|
| virtual void SAL_CALL | disposing () override |
| |
| | OPooledConnection (const css::uno::Reference< css::sdbc::XConnection > &_xConnection, const css::uno::Reference< css::reflection::XProxyFactory > &_rxProxyFactory) |
| |
| virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
| |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
| |
Definition at line 36 of file ZPooledConnection.hxx.
◆ OPooledConnection()
| OPooledConnection::OPooledConnection |
( |
const css::uno::Reference< css::sdbc::XConnection > & |
_xConnection, |
|
|
const css::uno::Reference< css::reflection::XProxyFactory > & |
_rxProxyFactory |
|
) |
| |
◆ disposing() [1/2]
| void SAL_CALL OPooledConnection::disposing |
( |
| ) |
|
|
overridevirtual |
◆ disposing() [2/2]
| virtual void SAL_CALL connectivity::OPooledConnection::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overridevirtual |
◆ getConnection()
| Reference< XConnection > OPooledConnection::getConnection |
( |
| ) |
|
|
overridevirtual |
◆ m_xComponent
| css::uno::Reference< css::lang::XComponent > connectivity::OPooledConnection::m_xComponent |
|
private |
◆ m_xProxyFactory
| css::uno::Reference< css::reflection::XProxyFactory > connectivity::OPooledConnection::m_xProxyFactory |
|
private |
◆ m_xRealConnection
| css::uno::Reference< css::sdbc::XConnection > connectivity::OPooledConnection::m_xRealConnection |
|
private |
The documentation for this class was generated from the following files: