#include <FEConfigWeightInfo.h>
Definition at line 11 of file FEConfigWeightInfo.h.
FEConfigWeightInfo::FEConfigWeightInfo |
( |
| ) |
|
FEConfigWeightInfo::~FEConfigWeightInfo |
( |
| ) |
|
void FEConfigWeightInfo::clear |
( |
void |
| ) |
|
|
private |
void FEConfigWeightInfo::fetchData |
( |
FEConfigWeightInfo * |
result | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 128 of file FEConfigWeightInfo.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, and query::result.
134 throw(std::runtime_error(
"FEConfigWeightInfo::fetchData(): no Id defined for this FEConfigWeightInfo "));
141 " where ( wei_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(
"FEConfigWeightInfo::fetchData(): "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void setDBTime(const Tm &x)
oracle::occi::ResultSet ResultSet
void setConfigTag(std::string x)
void setNumberOfGroups(int n)
std::string getConfigTag()
void checkConnection() const
int FEConfigWeightInfo::fetchID |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 189 of file FEConfigWeightInfo.cc.
References alignCSCRings::e.
200 stmt->setSQL(
"SELECT wei_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(
"FEConfigWeightInfo::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 FEConfigWeightInfo::fetchLastData |
( |
FEConfigWeightInfo * |
result | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 163 of file FEConfigWeightInfo.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, and query::result.
172 " where wei_conf_id = ( select max( wei_conf_id) from "+
getTable() +
" ) " );
177 result->
setId(rset->getInt(1));
181 Date dbdate = rset->getDate(5);
185 throw(std::runtime_error(
"FEConfigWeightInfo::fetchData(): "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void setDBTime(const Tm &x)
oracle::occi::ResultSet ResultSet
void setConfigTag(std::string x)
void setNumberOfGroups(int n)
void checkConnection() const
int FEConfigWeightInfo::fetchNextId |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 38 of file FEConfigWeightInfo.cc.
References alignCSCRings::e, and query::result.
45 m_readStmt->setSQL(
"select FE_CONFIG_WEIGHT_SQ.NextVal from DUAL ");
47 while (rset->next ()){
48 result= rset->getInt(1);
55 throw(std::runtime_error(
"FEConfigWeightInfo::fetchNextId(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void checkConnection() const
Tm FEConfigWeightInfo::getDBTime |
( |
| ) |
const |
|
inline |
int FEConfigWeightInfo::getId |
( |
| ) |
const |
|
inline |
int FEConfigWeightInfo::getID |
( |
| ) |
|
|
inline |
int FEConfigWeightInfo::getNumberOfGroups |
( |
| ) |
const |
|
inline |
std::string FEConfigWeightInfo::getTable |
( |
| ) |
|
|
inlinevirtual |
int FEConfigWeightInfo::getVersion |
( |
| ) |
const |
|
inline |
void FEConfigWeightInfo::prepareWrite |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
privatevirtual |
Implements IODConfig.
Definition at line 60 of file FEConfigWeightInfo.cc.
References alignCSCRings::e, and getId().
72 m_writeStmt->setSQL(
"INSERT INTO "+
getTable()+
" ( wei_conf_id, tag, version, number_of_groups) "
73 " VALUES ( :1, :2, :3 , :4) " );
79 throw(std::runtime_error(
"FEConfigWeightInfo::prepareWrite(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void checkConnection() const
void FEConfigWeightInfo::setByID |
( |
int |
id | ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 223 of file FEConfigWeightInfo.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
233 stmt->setSQL(
"SELECT * FROM fe_config_weight_info WHERE wei_conf_id = :1");
238 this->
setId(rset->getInt(1));
242 Date dbdate = rset->getDate(5);
245 throw(std::runtime_error(
"FEConfigWeightInfo::setByID: Given config_id is not in the database"));
248 m_conn->terminateStatement(stmt);
250 throw(std::runtime_error(
"FEConfigWeightInfo::setByID: "+e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
oracle::occi::Statement Statement
void setDBTime(const Tm &x)
oracle::occi::ResultSet ResultSet
void setConfigTag(std::string x)
void setNumberOfGroups(int n)
void checkConnection() const
void FEConfigWeightInfo::setDBTime |
( |
const Tm & |
x | ) |
|
|
inline |
void FEConfigWeightInfo::setId |
( |
int |
id | ) |
|
|
inline |
void FEConfigWeightInfo::setID |
( |
int |
id | ) |
|
|
inline |
void FEConfigWeightInfo::setNumberOfGroups |
( |
int |
n | ) |
|
|
inline |
void FEConfigWeightInfo::setParameters |
( |
const std::map< std::string, std::string > & |
my_keys_map | ) |
|
Definition at line 84 of file FEConfigWeightInfo.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()) );
void setConfigTag(std::string x)
void setNumberOfGroups(int n)
void FEConfigWeightInfo::setVersion |
( |
int |
id | ) |
|
|
inline |
void FEConfigWeightInfo::writeDB |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 100 of file FEConfigWeightInfo.cc.
References alignCSCRings::e.
117 throw(std::runtime_error(
"FEConfigWeightInfo::writeDB(): "+e.getMessage()));
121 throw(std::runtime_error(
"FEConfigWeightInfo::writeDB: Failed to write"));
oracle::occi::SQLException SQLException
int getNumberOfGroups() const
std::string getConfigTag()
void checkConnection() const
Tm FEConfigWeightInfo::m_db_time |
|
private |
int FEConfigWeightInfo::m_ID |
|
private |
int FEConfigWeightInfo::m_ngr |
|
private |
int FEConfigWeightInfo::m_version |
|
private |