LibreOffice Module connectivity (master) 1
Classes | Namespaces | Typedefs
ZConnectionPool.hxx File Reference
#include <sal/config.h>
#include <map>
#include <mutex>
#include <vector>
#include <com/sun/star/sdbc/XPooledConnection.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/reflection/XProxyFactory.hpp>
#include <cppuhelper/implbase.hxx>
#include <osl/mutex.hxx>
#include <salhelper/timer.hxx>
#include <rtl/ref.hxx>
#include <rtl/digest.h>
Include dependency graph for ZConnectionPool.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  connectivity::OPoolTimer
 OPoolTimer - Invalidates the connection pool. More...
 
struct  connectivity::TConnectionPool
 
struct  connectivity::TDigestHolder
 
struct  connectivity::TDigestLess
 
struct  connectivity::TActiveConnectionInfo
 
class  connectivity::OConnectionPool
 

Namespaces

namespace  connectivity
 

Typedefs

typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection > > connectivity::TPooledConnections
 
typedef std::map< TDigestHolder, TConnectionPool, TDigestLess > connectivity::TConnectionMap
 
typedef std::map< css::uno::Reference< css::sdbc::XConnection >, TActiveConnectionInfo > connectivity::TActiveConnectionMap