#include <SQLReport.h>
Public Member Functions | |
bool | putOnFile (std::string fileName=std::string("")) |
void | reportForConnection (const std::string &connectionString) |
SQLReport (DbConnection &connection) | |
virtual | ~SQLReport () |
Private Member Functions | |
SQLReport () | |
Private Attributes | |
DbConnection | m_connection |
std::stringstream | m_report |
Definition at line 11 of file SQLReport.h.
|
inlineexplicit |
Definition at line 35 of file SQLReport.h.
|
inlinevirtual |
Definition at line 17 of file SQLReport.h.
|
private |
bool cond::SQLReport::putOnFile | ( | std::string | fileName = std::string("") | ) |
Definition at line 13 of file SQLReport.cc.
References edm::hlt::Exception, producerFileCleanner::msg, GetRecoTauVFromDQM_MC_cff::outFile, and SQLREPORT_DEFAULT_FILENAME.
Referenced by cond::Utilities::run().
void cond::SQLReport::reportForConnection | ( | const std::string & | connectionString | ) |
Definition at line 8 of file SQLReport.cc.
References m_connection, m_report, and cond::DbConnection::monitoringReporter().
Referenced by cond::Utilities::run().
|
private |
Definition at line 27 of file SQLReport.h.
Referenced by reportForConnection().
|
private |
Definition at line 29 of file SQLReport.h.
Referenced by reportForConnection().