1 #ifndef COND_DBCommon_DbConnection_h
2 #define COND_DBCommon_DbConnection_h
5 #include <boost/shared_ptr.hpp>
17 class ConnectionService;
19 class IMonitoringReporter;
20 class IWebCacheControl;
To be moved in DBCommon, has to serve also the pure coral use case.
const coral::IMonitoringReporter & monitoringReporter() const
DbConnectionConfiguration & configuration()
coral::IWebCacheControl & webCacheControl() const
coral::IConnectionService & connectionService() const
DbConnection & operator=(const DbConnection &conn)
boost::shared_ptr< ora::ConnectionPool > connectionPool() const
DbSession createSession() const
boost::shared_ptr< ConnectionImpl > m_implementation