#include <FEConfigBadTTInfo.h>
Definition at line 9 of file FEConfigBadTTInfo.h.
FEConfigBadTTInfo::FEConfigBadTTInfo |
( |
| ) |
|
FEConfigBadTTInfo::~FEConfigBadTTInfo |
( |
| ) |
|
void FEConfigBadTTInfo::clear |
( |
void |
| ) |
|
|
private |
void FEConfigBadTTInfo::fetchData |
( |
FEConfigBadTTInfo * |
result | ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 130 of file FEConfigBadTTInfo.cc.
References alignCSCRings::e, and query::result.
136 throw(std::runtime_error(
"FEConfigBadTTInfo::fetchData(): no Id defined for this FEConfigBadTTInfo "));
142 if(result->
getId()!=0) {
144 " where rec_id = :1 ");
148 " where tag=:1 AND version=:2 " );
153 throw(std::runtime_error(
"FEConfigBadTTInfo::fetchData(): no Id defined for this record "));
163 result->
setId(rset->getInt(1));
168 throw(std::runtime_error(
"FEConfigBadTTInfo::fetchData(): "+e.getMessage()));
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void setConfigTag(std::string x)
std::string getConfigTag()
void checkConnection() const
int FEConfigBadTTInfo::fetchID |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 172 of file FEConfigBadTTInfo.cc.
References alignCSCRings::e.
183 stmt->setSQL(
"SELECT rec_id FROM "+
getTable()+
184 "WHERE tag=:1 and version=:2 " );
192 m_ID = rset->getInt(1);
196 m_conn->terminateStatement(stmt);
198 throw(std::runtime_error(
"FEConfigBadTTInfo::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
int FEConfigBadTTInfo::fetchNextId |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
Definition at line 36 of file FEConfigBadTTInfo.cc.
References alignCSCRings::e, and query::result.
43 m_readStmt->setSQL(
"select COND2CONF_INFO_SQ.NextVal from DUAL ");
45 while (rset->next ()){
46 result= rset->getInt(1);
53 throw(std::runtime_error(
"FEConfigBadTTInfo::fetchNextId(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
oracle::occi::ResultSet ResultSet
void checkConnection() const
int FEConfigBadTTInfo::getId |
( |
| ) |
const |
|
inline |
std::string FEConfigBadTTInfo::getTable |
( |
| ) |
|
|
inlinevirtual |
int FEConfigBadTTInfo::getVersion |
( |
| ) |
const |
|
inline |
void FEConfigBadTTInfo::prepareWrite |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
privatevirtual |
Implements IODConfig.
Definition at line 58 of file FEConfigBadTTInfo.cc.
References alignCSCRings::e, and getId().
71 " VALUES ( :1, :2, :3 ) " );
77 throw(std::runtime_error(
"FEConfigBadTTInfo::prepareWrite(): "+e.getMessage()));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void checkConnection() const
void FEConfigBadTTInfo::setId |
( |
int |
id | ) |
|
|
inline |
void FEConfigBadTTInfo::setParameters |
( |
const std::map< std::string, std::string > & |
my_keys_map | ) |
|
Definition at line 82 of file FEConfigBadTTInfo.cc.
87 for( std::map<std::string, std::string >::const_iterator ci=
88 my_keys_map.begin(); ci!=my_keys_map.end(); ci++ ) {
90 if(ci->first==
"VERSION")
setVersion(atoi(ci->second.c_str()) );
void setConfigTag(std::string x)
void FEConfigBadTTInfo::setVersion |
( |
int |
id | ) |
|
|
inline |
void FEConfigBadTTInfo::writeDB |
( |
| ) |
|
throw | ( | std::runtime_error |
| ) | | |
|
private |
Definition at line 97 of file FEConfigBadTTInfo.cc.
References gather_cfg::cout, and alignCSCRings::e.
113 throw(std::runtime_error(
"FEConfigBadTTInfo::writeDB(): "+e.getMessage()));
117 throw(std::runtime_error(
"FEConfigBadTTInfo::writeDB: Failed to write"));
oracle::occi::Connection * m_conn
oracle::occi::SQLException SQLException
void fetchData(FEConfigBadTTInfo *result)
std::string getConfigTag()
void checkConnection() const
int FEConfigBadTTInfo::m_ID |
|
private |
int FEConfigBadTTInfo::m_version |
|
private |