#include <FEConfigBadXTInfo.h>
Definition at line 9 of file FEConfigBadXTInfo.h.
FEConfigBadXTInfo::FEConfigBadXTInfo |
( |
| ) |
|
FEConfigBadXTInfo::~FEConfigBadXTInfo |
( |
| ) |
|
|
override |
void FEConfigBadXTInfo::clear |
( |
void |
| ) |
|
|
private |
Definition at line 107 of file FEConfigBadXTInfo.cc.
References MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getVersion().
111 throw(std::runtime_error(
"FEConfigBadXTInfo::fetchData(): no Id defined for this FEConfigBadXTInfo "));
115 if (result->
getId() != 0) {
124 throw(std::runtime_error(
"FEConfigBadXTInfo::fetchData(): no Id defined for this record "));
133 result->
setId(rset->getInt(1));
138 throw(std::runtime_error(
std::string(
"FEConfigBadXTInfo::fetchData(): ") + e.getMessage()));
std::string getTable() override
void checkConnection() const noexcept(false)
void setConfigTag(std::string x)
oracle::occi::SQLException SQLException
std::string getConfigTag()
int FEConfigBadXTInfo::fetchID |
( |
| ) |
|
|
noexcept |
Definition at line 142 of file FEConfigBadXTInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getVersion().
152 stmt->setSQL(
"SELECT rec_id FROM " +
getTable() +
"WHERE tag=:1 and version=:2 ");
157 ResultSet* rset = stmt->executeQuery();
160 m_ID = rset->getInt(1);
164 m_conn->terminateStatement(stmt);
166 throw(std::runtime_error(
std::string(
"FEConfigBadXTInfo::fetchID: ") + e.getMessage()));
oracle::occi::Connection * m_conn
std::string getTable() override
void checkConnection() const noexcept(false)
oracle::occi::Statement Statement
oracle::occi::SQLException SQLException
std::string getConfigTag()
int FEConfigBadXTInfo::fetchNextId |
( |
| ) |
|
|
noexcept |
int FEConfigBadXTInfo::getId |
( |
void |
| ) |
const |
|
inline |
std::string FEConfigBadXTInfo::getTable |
( |
| ) |
|
|
inlineoverridevirtual |
int FEConfigBadXTInfo::getVersion |
( |
| ) |
const |
|
inline |
void FEConfigBadXTInfo::prepareWrite |
( |
| ) |
|
|
overrideprivatevirtualnoexcept |
void FEConfigBadXTInfo::setId |
( |
int |
id | ) |
|
|
inline |
void FEConfigBadXTInfo::setParameters |
( |
const std::map< std::string, std::string > & |
my_keys_map | ) |
|
Definition at line 68 of file FEConfigBadXTInfo.cc.
Referenced by getVersion().
72 for (std::map<std::string, std::string>::const_iterator ci = my_keys_map.begin(); ci != my_keys_map.end(); ci++) {
73 if (ci->first ==
"VERSION")
75 if (ci->first ==
"TAG")
void setConfigTag(std::string x)
void FEConfigBadXTInfo::setVersion |
( |
int |
id | ) |
|
|
inline |
void FEConfigBadXTInfo::writeDB |
( |
| ) |
|
|
privatenoexcept |
int FEConfigBadXTInfo::m_ID |
|
private |
int FEConfigBadXTInfo::m_version |
|
private |