#include <FEConfigBadXTDat.h>
Definition at line 10 of file FEConfigBadXTDat.h.
FEConfigBadXTDat::FEConfigBadXTDat |
( |
| ) |
|
Definition at line 10 of file FEConfigBadXTDat.cc.
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
FEConfigBadXTDat::~FEConfigBadXTDat |
( |
| ) |
|
|
override |
Definition at line 55 of file FEConfigBadXTDat.cc.
References dat, alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setFedId(), setStatus(), setTCCId(), setTTId(), and setXTId().
67 " WHERE rec_id = :rec_id order by tcc_id, fed_id, tt_id , cry_id ");
73 while (rset->next()) {
84 throw(std::runtime_error(
"FEConfigBadXTDat::fetchData(): " + e.getMessage()));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
int fetchID() noexcept(false)
std::string getTable() override
static std::vector< std::string > checklist dat
oracle::occi::SQLException SQLException
void setConnection(oracle::occi::Environment *env, oracle::occi::Connection *conn)
int FEConfigBadXTDat::getFedId |
( |
| ) |
const |
|
inline |
int FEConfigBadXTDat::getId |
( |
void |
| ) |
const |
|
inline |
int FEConfigBadXTDat::getStatus |
( |
| ) |
const |
|
inline |
std::string FEConfigBadXTDat::getTable |
( |
| ) |
|
|
inlineoverridevirtual |
int FEConfigBadXTDat::getTCCId |
( |
| ) |
const |
|
inline |
int FEConfigBadXTDat::getTTId |
( |
| ) |
const |
|
inline |
int FEConfigBadXTDat::getXTId |
( |
| ) |
const |
|
inline |
void FEConfigBadXTDat::prepareWrite |
( |
| ) |
|
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 25 of file FEConfigBadXTDat.cc.
References alignCSCRings::e.
31 " (rec_id, tcc_id,fed_id, tt_id, CRY_id, status ) "
32 "VALUES (:1, :2, :3, :4, :5 ,:6 )");
34 throw(std::runtime_error(
"FEConfigBadXTDat::prepareWrite(): " + e.getMessage()));
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
std::string getTable() override
oracle::occi::SQLException SQLException
void FEConfigBadXTDat::setFedId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadXTDat::setId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadXTDat::setStatus |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadXTDat::setTCCId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadXTDat::setTTId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadXTDat::setXTId |
( |
int |
dac | ) |
|
|
inline |
Definition at line 90 of file FEConfigBadXTDat.cc.
References submitPVResolutionJobs::count, data, alignCSCRings::e, getFedId(), getStatus(), getTCCId(), getTTId(), and getXTId().
95 throw(std::runtime_error(
"FEConfigDelays::writeArrayDB: FEConfigBadXTInfo not in DB"));
98 int nrows =
data.size();
99 int* ids =
new int[nrows];
100 int* xx =
new int[nrows];
101 int* yy =
new int[nrows];
102 int* zz =
new int[nrows];
103 int* z1 =
new int[nrows];
104 int* st =
new int[nrows];
106 ub2* ids_len =
new ub2[nrows];
107 ub2* x_len =
new ub2[nrows];
108 ub2* y_len =
new ub2[nrows];
109 ub2* z_len =
new ub2[nrows];
110 ub2* z1_len =
new ub2[nrows];
111 ub2* st_len =
new ub2[nrows];
133 m_writeStmt->setDataBuffer(1, (dvoid*)ids, OCCIINT,
sizeof(ids[0]), ids_len);
134 m_writeStmt->setDataBuffer(2, (dvoid*)xx, OCCIINT,
sizeof(xx[0]), x_len);
135 m_writeStmt->setDataBuffer(3, (dvoid*)yy, OCCIINT,
sizeof(yy[0]), y_len);
136 m_writeStmt->setDataBuffer(4, (dvoid*)zz, OCCIINT,
sizeof(zz[0]), z_len);
137 m_writeStmt->setDataBuffer(5, (dvoid*)z1, OCCIINT,
sizeof(z1[0]), z1_len);
138 m_writeStmt->setDataBuffer(6, (dvoid*)st, OCCIINT,
sizeof(st[0]), st_len);
157 throw(std::runtime_error(
"FEConfigBadXTDat::writeArrayDB(): " + e.getMessage()));
void checkConnection() const noexcept(false)
int fetchID() noexcept(false)
char data[epos_bytes_allocation]
oracle::occi::SQLException SQLException
int FEConfigBadXTDat::m_fed |
|
private |
int FEConfigBadXTDat::m_ID |
|
private |
int FEConfigBadXTDat::m_t1 |
|
private |
int FEConfigBadXTDat::m_tcc |
|
private |
int FEConfigBadXTDat::m_tt |
|
private |
int FEConfigBadXTDat::m_xt |
|
private |