#include <ODTTCFCycle.h>
Public Member Functions | |
int | getId () const |
std::string | getTable () |
int | getTTCFConfigurationID () const |
ODTTCFCycle () | |
bool | operator!= (const ODTTCFCycle &m) const |
bool | operator== (const ODTTCFCycle &m) const |
void | setId (int id) |
void | setTTCFConfigurationID (int x) |
~ODTTCFCycle () | |
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 (ODTTCFCycle *result) throw (std::runtime_error) |
int | fetchID () throw (std::runtime_error) |
void | insertConfig () throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | setByID (int id) throw (std::runtime_error) |
void | writeDB () throw (std::runtime_error) |
Private Attributes | |
int | m_ID |
int | m_ttcf_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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) throw (std::runtime_error) |
unsigned char * | readClob (Clob &clob, int size) throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 11 of file ODTTCFCycle.h.
ODTTCFCycle::ODTTCFCycle | ( | ) |
ODTTCFCycle::~ODTTCFCycle | ( | ) |
Definition at line 21 of file ODTTCFCycle.cc.
|
private |
Definition at line 66 of file ODTTCFCycle.cc.
|
private |
|
private |
|
inline |
|
inlinevirtual |
|
inline |
|
private |
Definition at line 158 of file ODTTCFCycle.cc.
References alignCSCRings::e.
Referenced by ODEcalCycle::writeDB().
|
inline |
|
inline |
|
privatevirtual |
|
private |
|
inline |
|
inline |
Definition at line 25 of file ODTTCFCycle.h.
References m_ttcf_config_id, and x.
Referenced by ODEcalCycle::writeDB().
|
private |
|
friend |
Definition at line 13 of file ODTTCFCycle.h.
|
friend |
Definition at line 14 of file ODTTCFCycle.h.
|
private |
Definition at line 34 of file ODTTCFCycle.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 35 of file ODTTCFCycle.h.
Referenced by getTTCFConfigurationID(), and setTTCFConfigurationID().