![]() |
![]() |
#include <FEConfigLUTGroupDat.h>
Public Member Functions | |
FEConfigLUTGroupDat () | |
int | getLUTGroupId () const |
int | getLUTValue (int i) const |
std::string | getTable () |
void | setLUTGroupId (int x) |
void | setLUTValue (int i, int x) |
~FEConfigLUTGroupDat () | |
![]() | |
IDataItem () | |
![]() | |
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 | fetchData (std::map< EcalLogicID, FEConfigLUTGroupDat > *fillMap, FEConfigLUTInfo *iconf) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigLUTGroupDat > *data, FEConfigLUTInfo *iconf) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const FEConfigLUTGroupDat *item, FEConfigLUTInfo *iconf) throw (std::runtime_error) |
Private Attributes | |
int | m_group_id |
int | m_lut [1024] |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
![]() | |
static int const | ECALDB_NROWS =1024 |
![]() | |
void | checkPrepare () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
![]() | |
void | checkConnection () const throw (std::runtime_error) |
![]() | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
![]() | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 11 of file FEConfigLUTGroupDat.h.
FEConfigLUTGroupDat::FEConfigLUTGroupDat | ( | ) |
Definition at line 11 of file FEConfigLUTGroupDat.cc.
FEConfigLUTGroupDat::~FEConfigLUTGroupDat | ( | ) |
Definition at line 27 of file FEConfigLUTGroupDat.cc.
|
private |
Definition at line 124 of file FEConfigLUTGroupDat.cc.
|
inline |
|
inline |
Definition at line 24 of file FEConfigLUTGroupDat.h.
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigLUTGroupDat.h.
|
privatevirtual |
Implements IDataItem.
Definition at line 33 of file FEConfigLUTGroupDat.cc.
|
inline |
|
inline |
Definition at line 23 of file FEConfigLUTGroupDat.h.
|
private |
Definition at line 180 of file FEConfigLUTGroupDat.cc.
|
private |
Definition at line 49 of file FEConfigLUTGroupDat.cc.
|
friend |
Definition at line 13 of file FEConfigLUTGroupDat.h.
|
private |
Definition at line 44 of file FEConfigLUTGroupDat.h.
Referenced by getLUTGroupId(), and setLUTGroupId().
|
private |
Definition at line 45 of file FEConfigLUTGroupDat.h.
Referenced by getLUTValue(), and setLUTValue().