LCCD
1.5.0
|
Singleton that manages data base connection on the basis of access strings. More...
#include <DBConnectionMgr.hh>
Public Member Functions | |
ICondDBMgr * | getDBConnection (const std::string &dbInit, DBInterface *dbInterface) |
Get a connection for the given dbInit - create if it does not exist yet. | |
void | releaseConnection (const std::string &dbInit, DBInterface *dbInterface) |
Release the connection for the given interface. | |
~DBConnectionMgr () | |
D'tor. | |
Static Public Member Functions | |
static DBConnectionMgr * | instance () |
The only way to access the manager object. | |
Singleton that manages data base connection on the basis of access strings.