#include <ODSRPCycle.h>
Public Member Functions | |
int | getId () const |
int | getSRPConfigurationID () const |
std::string | getTable () override |
ODSRPCycle () | |
bool | operator!= (const ODSRPCycle &m) const |
bool | operator== (const ODSRPCycle &m) const |
void | setId (int id) |
void | setSRPConfigurationID (int x) |
~ODSRPCycle () override | |
Public Member Functions inherited from IODConfig | |
std::string | getConfigTag () |
void | setConfigTag (std::string x) |
Public Member Functions inherited from IDBObject | |
oracle::occi::Connection * | getConn () const |
oracle::occi::Environment * | getEnv () const |
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
virtual | ~IDBObject () |
Private Member Functions | |
void | clear () |
void | fetchData (ODSRPCycle *result) noexcept(false) |
int | fetchID () noexcept(false) |
void | insertConfig () noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | setByID (int id) noexcept(false) |
void | writeDB () noexcept(false) |
Private Attributes | |
int | m_ID |
int | m_srp_config_id |
Friends | |
class | EcalCondDBInterface |
class | ODEcalCycle |
Additional Inherited Members | |
Public Types inherited from IODConfig | |
typedef oracle::occi::Clob | Clob |
typedef oracle::occi::SQLException | SQLException |
typedef oracle::occi::Statement | Statement |
typedef oracle::occi::Stream | Stream |
Public Attributes inherited from IODConfig | |
std::string | m_config_tag |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS = 1024 |
Protected Member Functions inherited from IODConfig | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) noexcept(false) |
unsigned char * | readClob (Clob &clob, int size) noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IODConfig | |
Statement * | m_readStmt |
Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 9 of file ODSRPCycle.h.
ODSRPCycle::ODSRPCycle | ( | ) |
Definition at line 9 of file ODSRPCycle.cc.
|
override |
Definition at line 19 of file ODSRPCycle.cc.
|
private |
Definition at line 54 of file ODSRPCycle.cc.
|
privatenoexcept |
Definition at line 109 of file ODSRPCycle.cc.
References MillePedeFileConverter_cfg::e, and mps_fire::result.
|
privatenoexcept |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
privatenoexcept |
Definition at line 134 of file ODSRPCycle.cc.
References MillePedeFileConverter_cfg::e, and dtFineDelayCorr_cfi::writeDB.
Referenced by ODEcalCycle::writeDB().
|
inline |
|
inline |
Definition at line 27 of file ODSRPCycle.h.
References visualization-live-secondInstance_cfg::m, and m_ID.
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 21 of file ODSRPCycle.cc.
References MillePedeFileConverter_cfg::e.
|
privatenoexcept |
|
inline |
Definition at line 19 of file ODSRPCycle.h.
References l1ctLayer2EG_cff::id, and m_ID.
Referenced by ODEcalCycle::writeDB().
|
inline |
Definition at line 23 of file ODSRPCycle.h.
References m_srp_config_id, and x.
Referenced by ODEcalCycle::writeDB().
|
privatenoexcept |
|
friend |
Definition at line 11 of file ODSRPCycle.h.
|
friend |
Definition at line 12 of file ODSRPCycle.h.
|
private |
Definition at line 32 of file ODSRPCycle.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 33 of file ODSRPCycle.h.
Referenced by getSRPConfigurationID(), and setSRPConfigurationID().