#include <DCUIOV.h>
Public Member Functions | |
DCUIOV () | |
int | fetchID () throw (std::runtime_error) |
DCUTag | getDCUTag () const |
int | getID () |
Tm | getSince () const |
Tm | getTill () const |
bool | operator!= (const DCUIOV &m) const |
bool | operator== (const DCUIOV &m) const |
void | setByID (int id) throw (std::runtime_error) |
void | setDCUTag (const DCUTag &tag) |
void | setSince (const Tm &since) |
void | setTill (const Tm &till) |
~DCUIOV () | |
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 | setByTm (DCUTag *tag, const Tm &time) throw (std::runtime_error) |
int | writeDB () throw (std::runtime_error) |
Private Attributes | |
DCUTag | m_dcuTag |
Tm | m_since |
Tm | m_till |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
|
virtual |
Implements IUniqueDBObject.
Definition at line 79 of file DCUIOV.cc.
References cuy::dh, alignCSCRings::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
DCUTag DCUIOV::getDCUTag | ( | ) | const |
|
inline |
Tm DCUIOV::getSince | ( | ) | const |
Tm DCUIOV::getTill | ( | ) | const |
|
inline |
|
inline |
|
virtual |
Implements IUniqueDBObject.
Definition at line 127 of file DCUIOV.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
Definition at line 214 of file DCUIOV.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, GlobalPosition_Frontier_DevDB_cff::tag, and DateHandler::tmToDate().
Referenced by EcalCondDBInterface::fetchDCUIOV().
void DCUIOV::setDCUTag | ( | const DCUTag & | tag | ) |
|
private |
Definition at line 164 of file DCUIOV.cc.
References cuy::dh, alignCSCRings::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
|
friend |
|
private |
Definition at line 48 of file DCUIOV.h.
Referenced by operator==().
|
private |
Definition at line 46 of file DCUIOV.h.
Referenced by operator==().
|
private |
Definition at line 47 of file DCUIOV.h.
Referenced by operator==().