Searched refs:OConnectionPool (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/connectivity/source/cpool/ |
H A D | ZConnectionPool.cxx | 76 OConnectionPool::OConnectionPool(const Reference< XDriver >& _xDriver, in OConnectionPool() function in OConnectionPool 101 OConnectionPool::~OConnectionPool() in ~OConnectionPool() 109 OConnectionPool* m_pConnectionPool; 112 TRemoveEventListenerFunctor(OConnectionPool* _pConnectionPool,sal_Bool _bDispose = sal_False) in TRemoveEventListenerFunctor() 144 OConnectionPool* m_pConnectionPool; 146 TConnectionPoolFunctor(OConnectionPool* _pConnectionPool) in TConnectionPoolFunctor() 157 void OConnectionPool::clear(sal_Bool _bDispose) in clear() 202 void SAL_CALL OConnectionPool::disposing( const ::com::sun::star::lang::EventObject& Source ) throw… in disposing() 256 void OConnectionPool::invalidatePooledConnections() in invalidatePooledConnections() 291 Reference< XConnection> OConnectionPool::getPooledConnection(TConnectionMap::iterator& _rIter) in getPooledConnection() [all …]
|
H A D | ZConnectionPool.hxx | 42 class OConnectionPool; 48 OConnectionPool* m_pPool; 50 OPoolTimer(OConnectionPool* _pPool,const ::vos::TTimeValue& _Time) in OPoolTimer() 109 class OConnectionPool : public OConnectionPool_Base class 132 virtual ~OConnectionPool(); 134 …OConnectionPool(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver >& _xDrive…
|
H A D | ZPoolCollection.cxx | 124 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo() 227 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL() 323 OConnectionPool* OPoolCollection::getConnectionPool(const ::rtl::OUString& _sImplName, in getConnectionPool() 327 OConnectionPool *pRet = 0; in getConnectionPool() 336 OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool()
|
H A D | ZDriverWrapper.hxx | 37 class OConnectionPool; 51 OConnectionPool* m_pConnectionPool; 60 OConnectionPool* _pPool
|
H A D | ZPoolCollection.hxx | 44 class OConnectionPool; 62 DECLARE_STL_USTRINGACCESS_MAP(OConnectionPool*, OConnectionPools); 103 OConnectionPool* getConnectionPool( const ::rtl::OUString& _sImplName,
|
H A D | ZDriverWrapper.cxx | 43 …ODriverWrapper::ODriverWrapper( Reference< XAggregation >& _rxAggregateDriver, OConnectionPool* _p… in ODriverWrapper()
|
/aoo41x/main/qadevOOo/objdsc/dbpool/ |
H A D | com.sun.star.comp.sdbc.OConnectionPool.csv | 1 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getConnection()" 2 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getConnectionWithInfo()" 3 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"setLoginTimeout()" 4 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getLoginTimeout()"
|
/aoo41x/main/qadevOOo/tests/java/mod/_dbpool/ |
H A D | OConnectionPool.java | 49 public class OConnectionPool extends TestCase { class
|
Completed in 29 milliseconds