Gather data from DB. More...
#include <DBInterface.h>
Public Member Functions | |
DBInterface (const std::string &fDb, bool fVerbose=false) | |
~DBInterface () | |
Protected Member Functions | |
template<class T > | |
bool | getObjectGeneric (T *fObject, const std::string &fTag) |
Protected Attributes | |
oracle::occi::Connection * | mConnect |
oracle::occi::Environment * | mEnvironment |
oracle::occi::Statement * | mStatement |
bool | mVerbose |
Gather data from DB.
Definition at line 27 of file DBInterface.h.
DBInterface::DBInterface | ( | const std::string & | fDb, |
bool | fVerbose = false |
||
) |
Definition at line 16 of file DBInterface.cc.
References dtNoiseDBValidation_cfg::cerr, query::host, mConnect, mEnvironment, mStatement, AlCaHLTBitMon_QueryRunRegistry::string, and hcal_dqm_sourceclient-file_cfg::user.
DBInterface::~DBInterface | ( | ) |
|
protected |
|
protected |
Definition at line 35 of file DBInterface.h.
Referenced by DBInterface(), and ~DBInterface().
|
protected |
Definition at line 34 of file DBInterface.h.
Referenced by DBInterface(), and ~DBInterface().
|
protected |
Definition at line 36 of file DBInterface.h.
Referenced by DBInterface(), and ~DBInterface().
|
protected |
Definition at line 38 of file DBInterface.h.