#include <ODDCCCycle.h>
Public Member Functions | |
int | getDCCConfigurationID () const |
int | getId () const |
std::string | getTable () |
ODDCCCycle () | |
bool | operator!= (const ODDCCCycle &m) const |
bool | operator== (const ODDCCCycle &m) const |
void | setDCCConfigurationID (int x) |
void | setId (int id) |
~ODDCCCycle () | |
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 (ODDCCCycle *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_dcc_config_id |
int | m_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 ODDCCCycle.h.
ODDCCCycle::ODDCCCycle | ( | ) |
ODDCCCycle::~ODDCCCycle | ( | ) |
Definition at line 21 of file ODDCCCycle.cc.
|
private |
Definition at line 66 of file ODDCCCycle.cc.
|
private |
|
private |
|
inline |
|
inline |
|
inlinevirtual |
|
private |
|
inline |
|
inline |
|
privatevirtual |
|
private |
|
inline |
|
inline |
|
private |
|
friend |
Definition at line 13 of file ODDCCCycle.h.
|
friend |
Definition at line 14 of file ODDCCCycle.h.
|
private |
Definition at line 35 of file ODDCCCycle.h.
Referenced by getDCCConfigurationID(), and setDCCConfigurationID().
|
private |
Definition at line 34 of file ODDCCCycle.h.
Referenced by getId(), operator==(), and setId().