#include <FEConfigFgrInfo.h>
Definition at line 11 of file FEConfigFgrInfo.h.
◆ FEConfigFgrInfo()
FEConfigFgrInfo::FEConfigFgrInfo |
( |
| ) |
|
◆ ~FEConfigFgrInfo()
FEConfigFgrInfo::~FEConfigFgrInfo |
( |
| ) |
|
|
override |
◆ clear()
void FEConfigFgrInfo::clear |
( |
void |
| ) |
|
|
private |
◆ fetchData()
Definition at line 105 of file FEConfigFgrInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
108 if (
result->getId() == 0 && (
result->getConfigTag().empty())) {
109 throw(std::runtime_error(
"FEConfigFgrInfo::fetchData(): no Id defined for this FEConfigFgrInfo "));
115 m_readStmt->setSQL(
"SELECT * FROM " +
getTable() +
" where ( fgr_conf_id= :1 or (tag=:2 AND version=:3 ) )");
125 result->setId(rset->getInt(1));
126 result->setConfigTag(rset->getString(2));
127 result->setVersion(rset->getInt(3));
128 result->setNumberOfGroups(rset->getInt(4));
129 Date dbdate = rset->getDate(5);
130 result->setDBTime(
dh.dateToTm(dbdate));
133 throw(std::runtime_error(
std::string(
"FEConfigFgrInfo::fetchData(): ") +
e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
oracle::occi::SQLException SQLException
std::string getTable() override
◆ fetchID()
int FEConfigFgrInfo::fetchID |
( |
| ) |
|
|
noexcept |
Definition at line 161 of file FEConfigFgrInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
171 stmt->setSQL(
"SELECT fgr_conf_id FROM " +
getTable() +
" WHERE tag=:1 and version=:2 ");
176 ResultSet* rset = stmt->executeQuery();
179 m_ID = rset->getInt(1);
183 m_conn->terminateStatement(stmt);
185 throw(std::runtime_error(
std::string(
"FEConfigFgrInfo::fetchID: ") +
e.getMessage()));
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
oracle::occi::Statement Statement
oracle::occi::SQLException SQLException
std::string getConfigTag()
std::string getTable() override
◆ fetchLastData()
◆ fetchNextId()
int FEConfigFgrInfo::fetchNextId |
( |
| ) |
|
|
noexcept |
◆ getDBTime()
Tm FEConfigFgrInfo::getDBTime |
( |
| ) |
const |
|
inline |
◆ getId()
int FEConfigFgrInfo::getId |
( |
void |
| ) |
const |
|
inline |
◆ getID()
int FEConfigFgrInfo::getID |
( |
| ) |
|
|
inline |
◆ getNumberOfGroups()
int FEConfigFgrInfo::getNumberOfGroups |
( |
| ) |
const |
|
inline |
◆ getTable()
std::string FEConfigFgrInfo::getTable |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getVersion()
int FEConfigFgrInfo::getVersion |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
◆ prepareWrite()
void FEConfigFgrInfo::prepareWrite |
( |
| ) |
|
|
overrideprivatevirtualnoexcept |
◆ setByID()
void FEConfigFgrInfo::setByID |
( |
int |
id | ) |
|
|
noexcept |
Definition at line 191 of file FEConfigFgrInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
199 stmt->setSQL(
"SELECT * FROM fe_config_fgr_info WHERE fgr_conf_id = :1");
202 ResultSet* rset = stmt->executeQuery();
204 this->
setId(rset->getInt(1));
208 Date dbdate = rset->getDate(5);
211 throw(std::runtime_error(
"FEConfigFgrInfo::setByID: Given config_id is not in the database"));
214 m_conn->terminateStatement(stmt);
216 throw(std::runtime_error(
std::string(
"FEConfigFgrInfo::setByID: ") +
e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
void setDBTime(const Tm &x)
void setNumberOfGroups(int iov_id)
oracle::occi::Statement Statement
void setConfigTag(std::string x)
oracle::occi::SQLException SQLException
◆ setDBTime()
void FEConfigFgrInfo::setDBTime |
( |
const Tm & |
x | ) |
|
|
inline |
◆ setId()
void FEConfigFgrInfo::setId |
( |
int |
id | ) |
|
|
inline |
◆ setID()
void FEConfigFgrInfo::setID |
( |
int |
id | ) |
|
|
inline |
◆ setNumberOfGroups()
void FEConfigFgrInfo::setNumberOfGroups |
( |
int |
iov_id | ) |
|
|
inline |
◆ setParameters()
void FEConfigFgrInfo::setParameters |
( |
const std::map< std::string, std::string > & |
my_keys_map | ) |
|
Definition at line 70 of file FEConfigFgrInfo.cc.
74 for (std::map<std::string, std::string>::const_iterator ci = my_keys_map.begin(); ci != my_keys_map.end(); ci++) {
75 if (ci->first ==
"VERSION")
77 if (ci->first ==
"TAG")
79 if (ci->first ==
"NUMBER_OF_GROUPS")
void setNumberOfGroups(int iov_id)
void setConfigTag(std::string x)
◆ setVersion()
void FEConfigFgrInfo::setVersion |
( |
int |
id | ) |
|
|
inline |
◆ writeDB()
void FEConfigFgrInfo::writeDB |
( |
| ) |
|
|
privatenoexcept |
Definition at line 84 of file FEConfigFgrInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
97 throw(std::runtime_error(
std::string(
"FEConfigFgrInfo::writeDB(): ") +
e.getMessage()));
101 throw(std::runtime_error(
"FEConfigFgrInfo::writeDB: Failed to write"));
int fetchID() noexcept(false)
void checkConnection() const noexcept(false)
oracle::occi::SQLException SQLException
std::string getConfigTag()
int getNumberOfGroups() const
void checkPrepare() noexcept(false)
◆ EcalCondDBInterface
◆ m_db_time
Tm FEConfigFgrInfo::m_db_time |
|
private |
◆ m_ID
int FEConfigFgrInfo::m_ID |
|
private |
◆ m_iov_id
int FEConfigFgrInfo::m_iov_id |
|
private |
◆ m_version
int FEConfigFgrInfo::m_version |
|
private |