Searched refs:xDriverNode (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/connectivity/source/cpool/ |
| H A D | ZPoolCollection.cxx | 118 Reference< XInterface > xDriverNode; in getConnectionWithInfo() local 120 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode) && xDriver.is()) in getConnectionWithInfo() 122 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo() 195 Reference< XInterface > xDriverNode; in getDriverByURL() local 197 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode)) in getDriverByURL() 225 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL()
|