#include <RunModeDef.h>
Public Member Functions | |
int | fetchID () throw (std::runtime_error) |
std::string | getRunMode () const |
bool | operator!= (const RunModeDef &t) const |
bool | operator== (const RunModeDef &t) const |
RunModeDef () | |
void | setByID (int id) throw (std::runtime_error) |
void | setRunMode (std::string runmode) |
virtual | ~RunModeDef () |
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 () |
Protected Member Functions | |
void | fetchAllDefs (std::vector< RunModeDef > *fillVec) throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes | |
std::string | m_runMode |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Def for Location information
Definition at line 12 of file RunModeDef.h.
RunModeDef::RunModeDef | ( | ) |
|
virtual |
Definition at line 20 of file RunModeDef.cc.
|
protected |
Definition at line 106 of file RunModeDef.cc.
References alignCSCRings::e, setByID(), and IDBObject::setConnection().
|
virtual |
Implements IUniqueDBObject.
Definition at line 46 of file RunModeDef.cc.
References alignCSCRings::e.
string RunModeDef::getRunMode | ( | ) | const |
Definition at line 26 of file RunModeDef.cc.
|
inline |
|
inline |
|
virtual |
Implements IUniqueDBObject.
Definition at line 80 of file RunModeDef.cc.
References alignCSCRings::e.
Referenced by fetchAllDefs().
void RunModeDef::setRunMode | ( | std::string | runmode | ) |
Definition at line 33 of file RunModeDef.cc.
|
friend |
Definition at line 14 of file RunModeDef.h.
|
protected |
Definition at line 35 of file RunModeDef.h.
Referenced by operator!=(), and operator==().