Searched refs:pConnectionPool (Results 1 – 1 of 1) sorted by relevance
124 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo() local126 if(pConnectionPool) in getConnectionWithInfo()127 xConnection = pConnectionPool->getConnectionWithInfo(_rURL,_rInfo); in getConnectionWithInfo()227 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL() local228 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()336 OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool() local337 pConnectionPool->acquire(); in getConnectionPool()338 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; in getConnectionPool()
Completed in 16 milliseconds