Searched refs:pConnectionPool (Results 1 – 1 of 1) sorted by relevance
122 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo() local124 if(pConnectionPool) in getConnectionWithInfo()125 xConnection = pConnectionPool->getConnectionWithInfo(_rURL,_rInfo); in getConnectionWithInfo()225 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL() local226 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()334 … OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool() local335 pConnectionPool->acquire(); in getConnectionPool()336 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; in getConnectionPool()