Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/cpool/
H A DZConnectionPool.cxx213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
226 …Reference< XPooledConnection > xPooledConnection = new ::connectivity::OPooledConnection(m_xDriver… in createNewConnection() local
228 Reference<XConnection> xConnection = xPooledConnection->getConnection(); in createNewConnection()
246 aActiveInfo.xPooledConnection = xPooledConnection; in createNewConnection()
297 Reference< XPooledConnection > xPooledConnection = _rIter->second.aConnections.back(); in getPooledConnection() local
300 OSL_ENSURE(xPooledConnection.is(),"Can not be null here!"); in getPooledConnection()
301 xConnection = xPooledConnection->getConnection(); in getPooledConnection()
308 aActiveInfo.xPooledConnection = xPooledConnection; in getPooledConnection()
H A DZConnectionPool.hxx103 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPooledConnection> xPooledConnection;

Completed in 26 milliseconds