Home
last modified time | relevance | path

Searched refs:OConnectionPool (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/connectivity/source/cpool/
H A DZConnectionPool.cxx76 OConnectionPool::OConnectionPool(const Reference< XDriver >& _xDriver, in OConnectionPool() function in OConnectionPool
101 OConnectionPool::~OConnectionPool() in ~OConnectionPool()
109 OConnectionPool* m_pConnectionPool;
112 TRemoveEventListenerFunctor(OConnectionPool* _pConnectionPool,sal_Bool _bDispose = sal_False) in TRemoveEventListenerFunctor()
144 OConnectionPool* m_pConnectionPool;
146 TConnectionPoolFunctor(OConnectionPool* _pConnectionPool) in TConnectionPoolFunctor()
157 void OConnectionPool::clear(sal_Bool _bDispose) in clear()
202 void SAL_CALL OConnectionPool::disposing( const ::com::sun::star::lang::EventObject& Source ) throw… in disposing()
256 void OConnectionPool::invalidatePooledConnections() in invalidatePooledConnections()
291 Reference< XConnection> OConnectionPool::getPooledConnection(TConnectionMap::iterator& _rIter) in getPooledConnection()
[all …]
H A DZConnectionPool.hxx42 class OConnectionPool;
48 OConnectionPool* m_pPool;
50 OPoolTimer(OConnectionPool* _pPool,const ::vos::TTimeValue& _Time) in OPoolTimer()
109 class OConnectionPool : public OConnectionPool_Base class
132 virtual ~OConnectionPool();
134OConnectionPool(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver >& _xDrive…
H A DZPoolCollection.cxx124 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getConnectionWithInfo()
227 OConnectionPool* pConnectionPool = getConnectionPool(sImplName,xDriver,xDriverNode); in getDriverByURL()
323 OConnectionPool* OPoolCollection::getConnectionPool(const ::rtl::OUString& _sImplName, in getConnectionPool()
327 OConnectionPool *pRet = 0; in getConnectionPool()
336 OConnectionPool* pConnectionPool = new OConnectionPool(_xDriver,_xDriverNode,m_xProxyFactory); in getConnectionPool()
H A DZDriverWrapper.hxx37 class OConnectionPool;
51 OConnectionPool* m_pConnectionPool;
60 OConnectionPool* _pPool
H A DZPoolCollection.hxx44 class OConnectionPool;
62 DECLARE_STL_USTRINGACCESS_MAP(OConnectionPool*, OConnectionPools);
103 OConnectionPool* getConnectionPool( const ::rtl::OUString& _sImplName,
H A DZDriverWrapper.cxx43 …ODriverWrapper::ODriverWrapper( Reference< XAggregation >& _rxAggregateDriver, OConnectionPool* _p… in ODriverWrapper()
/aoo41x/main/qadevOOo/objdsc/dbpool/
H A Dcom.sun.star.comp.sdbc.OConnectionPool.csv1 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getConnection()"
2 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getConnectionWithInfo()"
3 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"setLoginTimeout()"
4 "OConnectionPool";"com::sun::star::sdbc::XDriverManager";"getLoginTimeout()"
/aoo41x/main/qadevOOo/tests/java/mod/_dbpool/
H A DOConnectionPool.java49 public class OConnectionPool extends TestCase { class

Completed in 38 milliseconds