Home
last modified time | relevance | path

Searched refs:pConnectionPool (Results 1 – 1 of 1) sorted by relevance

/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx124 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo() local
126 if(pConnectionPool) in getConnectionWithInfo()
127 xConnection = pConnectionPool->getConnectionWithInfo(_rURL,_rInfo); in getConnectionWithInfo()
227 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL() local
228 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()
336 OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool() local
337 pConnectionPool->acquire(); in getConnectionPool()
338 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; in getConnectionPool()

Completed in 17 milliseconds