#include <FEConfigLinInfo.h>
Definition at line 11 of file FEConfigLinInfo.h.
FEConfigLinInfo::FEConfigLinInfo |
( |
| ) |
|
FEConfigLinInfo::~FEConfigLinInfo |
( |
| ) |
|
void FEConfigLinInfo::clear |
( |
void |
| ) |
|
|
private |
void FEConfigLinInfo::fetchData |
( |
FEConfigLinInfo * |
result | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 128 of file FEConfigLinInfo.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, and query::result.
134 throw(std::runtime_error(
"FEConfigLinInfo::fetchData(): no Id defined for this FEConfigLinInfo "));
141 " where ( lin_conf_id= :1 or (tag=:2 AND version=:3 ) )" );
151 result->
setId(rset->getInt(1));
155 Date dbdate = rset->getDate(5);
159 throw(std::runtime_error(
"FEConfigLinInfo::fetchData(): "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void setIOVId(int iov_id)
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void setDBTime(const Tm &x)
void setConfigTag(std::string x)
std::string getConfigTag()
void checkConnection() const
int FEConfigLinInfo::fetchID |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 189 of file FEConfigLinInfo.cc.
References alignCSCRings::e.
200 stmt->setSQL(
"SELECT lin_conf_id FROM "+
getTable()+
201 " WHERE tag=:1 and version=:2 " );
209 m_ID = rset->getInt(1);
213 m_conn->terminateStatement(stmt);
215 throw(std::runtime_error(
"FEConfigLinInfo::fetchID: "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
oracle::occi::Statement Statement
oracle::occi::ResultSet ResultSet
std::string getConfigTag()
void checkConnection() const
void FEConfigLinInfo::fetchLastData |
( |
FEConfigLinInfo * |
result | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 163 of file FEConfigLinInfo.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, and query::result.
172 " where lin_conf_id = ( select max( lin_conf_id) from "+
getTable() +
" ) " );
177 result->
setId(rset->getInt(1));
181 Date dbdate = rset->getDate(5);
185 throw(std::runtime_error(
"FEConfigLinInfo::fetchData(): "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void setIOVId(int iov_id)
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void setDBTime(const Tm &x)
void setConfigTag(std::string x)
void checkConnection() const
int FEConfigLinInfo::fetchNextId |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 38 of file FEConfigLinInfo.cc.
References alignCSCRings::e, and query::result.
45 m_readStmt->setSQL(
"select FE_CONFIG_LIN_SQ.NextVal from DUAL ");
47 while (rset->next ()){
48 result= rset->getInt(1);
55 throw(std::runtime_error(
"FEConfigLinInfo::fetchNextId(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void checkConnection() const
Tm FEConfigLinInfo::getDBTime |
( |
| ) |
const |
|
inline |
int FEConfigLinInfo::getId |
( |
| ) |
const |
|
inline |
int FEConfigLinInfo::getID |
( |
| ) |
|
|
inline |
int FEConfigLinInfo::getIOVId |
( |
| ) |
const |
|
inline |
std::string FEConfigLinInfo::getTable |
( |
| ) |
|
|
inlinevirtual |
int FEConfigLinInfo::getVersion |
( |
| ) |
const |
|
inline |
void FEConfigLinInfo::prepareWrite |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
privatevirtual |
Implements IODConfig.
Definition at line 60 of file FEConfigLinInfo.cc.
References alignCSCRings::e, and getId().
73 " VALUES ( :1, :2, :3 , :4) " );
79 throw(std::runtime_error(
"FEConfigLinInfo::prepareWrite(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void checkConnection() const
void FEConfigLinInfo::setByID |
( |
int |
id | ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 223 of file FEConfigLinInfo.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
233 stmt->setSQL(
"SELECT * FROM fe_config_lin_info WHERE lin_conf_id = :1");
238 this->
setId(rset->getInt(1));
242 Date dbdate = rset->getDate(5);
245 throw(std::runtime_error(
"FEConfigLinInfo::setByID: Given config_id is not in the database"));
248 m_conn->terminateStatement(stmt);
250 throw(std::runtime_error(
"FEConfigLinInfo::setByID: "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void setIOVId(int iov_id)
oracle::occi::SQLException SQLException
oracle::occi::Statement Statement
oracle::occi::ResultSet ResultSet
void setDBTime(const Tm &x)
void setConfigTag(std::string x)
void checkConnection() const
void FEConfigLinInfo::setDBTime |
( |
const Tm & |
x | ) |
|
|
inline |
void FEConfigLinInfo::setId |
( |
int |
id | ) |
|
|
inline |
void FEConfigLinInfo::setID |
( |
int |
id | ) |
|
|
inline |
void FEConfigLinInfo::setIOVId |
( |
int |
iov_id | ) |
|
|
inline |
void FEConfigLinInfo::setParameters |
( |
const std::map< std::string, std::string > & |
my_keys_map | ) |
|
Definition at line 84 of file FEConfigLinInfo.cc.
89 for( std::map<std::string, std::string >::const_iterator ci=
90 my_keys_map.begin(); ci!=my_keys_map.end(); ci++ ) {
92 if(ci->first==
"VERSION")
setVersion(atoi(ci->second.c_str()) );
94 if(ci->first==
"IOV_ID")
setIOVId(atoi(ci->second.c_str()) );
void setIOVId(int iov_id)
void setConfigTag(std::string x)
void FEConfigLinInfo::setVersion |
( |
int |
id | ) |
|
|
inline |
void FEConfigLinInfo::writeDB |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 100 of file FEConfigLinInfo.cc.
References alignCSCRings::e.
117 throw(std::runtime_error(
"FEConfigLinInfo::writeDB(): "+e.getMessage()));
121 throw(std::runtime_error(
"FEConfigLinInfo::writeDB: Failed to write"));
oracle::occi::SQLException SQLException
std::string getConfigTag()
void checkConnection() const
Tm FEConfigLinInfo::m_db_time |
|
private |
int FEConfigLinInfo::m_ID |
|
private |
int FEConfigLinInfo::m_iov_id |
|
private |
int FEConfigLinInfo::m_version |
|
private |