CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
IUniqueDBObject Class Referenceabstract

#include <IUniqueDBObject.h>

Inheritance diagram for IUniqueDBObject:
IDBObject IConfig IDef IIOV ITag LMFUnique LocationDef MonRunOutcomeDef MonVersionDef RunModeDef RunSeqDef RunTypeDef CaliIOV DCUIOV MODRunIOV MonRunIOV RunIOV CaliTag DCUTag MonRunTag RunTag LMFColor LMFDat LMFIOV LMFLmrSubIOV LMFPrimVers LMFRunIOV LMFRunTag LMFSeqDat LMFTrigType

Public Member Functions

virtual int fetchID ()=0 throw (std::runtime_error)
 
virtual void setByID (int id)=0 throw (std::runtime_error)
 
- 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 Attributes

int m_ID
 
- Protected Attributes inherited from IDBObject
oracle::occi::Connection * m_conn
 
oracle::occi::Environment * m_env
 

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)
 

Detailed Description

Abstract base class for an object with a single unique ID

Definition at line 11 of file IUniqueDBObject.h.

Member Function Documentation

virtual int IUniqueDBObject::fetchID ( )
throw (std::runtime_error
)
pure virtual
virtual void IUniqueDBObject::setByID ( int  id)
throw (std::runtime_error
)
pure virtual

Member Data Documentation

int IUniqueDBObject::m_ID
protected