#include <ODJBH4Config.h>
Public Member Functions | |
int | getCaenBoardNumber () const |
std::string | getCaenBridgeType () const |
int | getCaenLinkNumber () const |
std::string | getCbd8210SerialNumber () const |
std::string | getHalAddressTableFile () const |
std::string | getHalModuleFile () const |
std::string | getHalStaticTableFile () const |
int | getId () const |
std::string | getTable () |
int | getUseBuffer () const |
ODJBH4Config () | |
void | setCaenBoardNumber (int x) |
void | setCaenBridgeType (std::string x) |
void | setCaenLinkNumber (int x) |
void | setCbd8210SerialNumber (std::string x) |
void | setHalAddressTableFile (std::string x) |
void | setHalModuleFile (std::string x) |
void | setHalStaticTableFile (std::string x) |
void | setId (int id) |
void | setUseBuffer (int x) |
~ODJBH4Config () | |
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 (ODJBH4Config *result) throw (std::runtime_error) |
int | fetchID () throw (std::runtime_error) |
int | fetchNextId () throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeDB () throw (std::runtime_error) |
Private Attributes | |
std::string | m_caen1 |
int | m_caen2 |
int | m_caen3 |
std::string | m_hal_add_file |
std::string | m_hal_mod_file |
std::string | m_hal_tab_file |
int | m_ID |
std::string | m_serial |
int | m_use_buffer |
Friends | |
class | EcalCondDBInterface |
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 9 of file ODJBH4Config.h.
ODJBH4Config::ODJBH4Config | ( | ) |
ODJBH4Config::~ODJBH4Config | ( | ) |
Definition at line 23 of file ODJBH4Config.cc.
|
private |
Definition at line 27 of file ODJBH4Config.cc.
|
private |
Definition at line 118 of file ODJBH4Config.cc.
References alignCSCRings::e, and query::result.
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IODConfig.
Definition at line 16 of file ODJBH4Config.h.
|
inline |
|
privatevirtual |
|
inline |
Definition at line 44 of file ODJBH4Config.h.
|
inline |
Definition at line 38 of file ODJBH4Config.h.
|
inline |
Definition at line 41 of file ODJBH4Config.h.
|
inline |
Definition at line 35 of file ODJBH4Config.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 84 of file ODJBH4Config.cc.
References alignCSCRings::e.
|
friend |
Definition at line 11 of file ODJBH4Config.h.
|
private |
Definition at line 65 of file ODJBH4Config.h.
Referenced by getCaenBridgeType(), and setCaenBridgeType().
|
private |
Definition at line 66 of file ODJBH4Config.h.
Referenced by getCaenLinkNumber(), and setCaenLinkNumber().
|
private |
Definition at line 67 of file ODJBH4Config.h.
Referenced by getCaenBoardNumber(), and setCaenBoardNumber().
|
private |
Definition at line 62 of file ODJBH4Config.h.
Referenced by getHalAddressTableFile(), and setHalAddressTableFile().
|
private |
Definition at line 61 of file ODJBH4Config.h.
Referenced by getHalModuleFile(), and setHalModuleFile().
|
private |
Definition at line 63 of file ODJBH4Config.h.
Referenced by getHalStaticTableFile(), and setHalStaticTableFile().
|
private |
Definition at line 58 of file ODJBH4Config.h.
|
private |
Definition at line 64 of file ODJBH4Config.h.
Referenced by getCbd8210SerialNumber(), and setCbd8210SerialNumber().
|
private |
Definition at line 60 of file ODJBH4Config.h.
Referenced by getUseBuffer(), and setUseBuffer().