Searched refs:xPooledConnection (Results 1 – 2 of 2) sorted by relevance
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()226 …Reference< XPooledConnection > xPooledConnection = new ::connectivity::OPooledConnection(m_xDriver… in createNewConnection() local228 Reference<XConnection> xConnection = xPooledConnection->getConnection(); in createNewConnection()246 aActiveInfo.xPooledConnection = xPooledConnection; in createNewConnection()297 Reference< XPooledConnection > xPooledConnection = _rIter->second.aConnections.back(); in getPooledConnection() local300 OSL_ENSURE(xPooledConnection.is(),"Can not be null here!"); in getPooledConnection()301 xConnection = xPooledConnection->getConnection(); in getPooledConnection()308 aActiveInfo.xPooledConnection = xPooledConnection; in getPooledConnection()
103 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPooledConnection> xPooledConnection;
Completed in 11 milliseconds