#include <ODTCCConfig.h>
Public Member Functions | |
int | getId () const |
unsigned char * | getLUTClob () const |
std::string | getLUTConfigurationFile () const |
int | getNTestPatternsToLoad () const |
unsigned char * | getSLBClob () const |
std::string | getSLBConfigurationFile () const |
std::string | getTable () |
unsigned char * | getTCCClob () const |
std::string | getTCCConfigurationFile () const |
std::string | getTestPatternFileUrl () const |
ODTCCConfig () | |
void | setId (int id) |
void | setLUTClob (unsigned char *x) |
void | setLUTConfigurationFile (std::string x) |
void | setNTestPatternsToLoad (int id) |
void | setParameters (const std::map< std::string, std::string > &my_keys_map) |
void | setSLBClob (unsigned char *x) |
void | setSLBConfigurationFile (std::string x) |
void | setTCCClob (unsigned char *x) |
void | setTCCConfigurationFile (std::string x) |
void | setTestPatternFileUrl (std::string x) |
~ODTCCConfig () | |
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 (ODTCCConfig *result) noexcept(false) |
int | fetchID () noexcept(false) |
int | fetchNextId () noexcept(false) |
void | prepareWrite () noexcept(false) |
void | writeDB () noexcept(false) |
Private Attributes | |
int | m_ID |
unsigned char * | m_lut_clob |
std::string | m_lut_file |
int | m_ntest |
unsigned int | m_size |
unsigned char * | m_slb_clob |
std::string | m_slb_file |
unsigned char * | m_tcc_clob |
std::string | m_tcc_file |
std::string | m_test_url |
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 () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) noexcept(false) |
unsigned char * | readClob (Clob &clob, int size) noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
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 15 of file ODTCCConfig.h.
ODTCCConfig::ODTCCConfig | ( | ) |
ODTCCConfig::~ODTCCConfig | ( | ) |
Definition at line 34 of file ODTCCConfig.cc.
|
private |
|
privatenoexcept |
Definition at line 180 of file ODTCCConfig.cc.
References edmScanValgrind::buffer, gather_cfg::cout, MillePedeFileConverter_cfg::e, mps_fire::i, and mps_fire::result.
Referenced by getSLBClob().
|
privatenoexcept |
Definition at line 256 of file ODTCCConfig.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getSLBClob().
|
privatenoexcept |
Definition at line 38 of file ODTCCConfig.cc.
References MillePedeFileConverter_cfg::e, and mps_fire::result.
Referenced by getSLBClob().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file ODTCCConfig.h.
References clear(), fetchData(), fetchID(), fetchNextId(), m_slb_clob, noexcept, prepareWrite(), mps_fire::result, setParameters(), and writeDB().
|
inline |
|
inlinevirtual |
Implements IODConfig.
Definition at line 22 of file ODTCCConfig.h.
|
inline |
|
inline |
|
inline |
|
privatevirtualnoexcept |
Implements IODConfig.
Definition at line 81 of file ODTCCConfig.cc.
References gather_cfg::cout, and MillePedeFileConverter_cfg::e.
Referenced by getSLBClob().
|
inline |
|
inline |
|
inline |
|
inline |
void ODTCCConfig::setParameters | ( | const std::map< std::string, std::string > & | my_keys_map | ) |
Definition at line 60 of file ODTCCConfig.cc.
Referenced by getSLBClob().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 137 of file ODTCCConfig.cc.
References gather_cfg::cout, and MillePedeFileConverter_cfg::e.
Referenced by getSLBClob().
|
friend |
Definition at line 17 of file ODTCCConfig.h.
|
private |
Definition at line 61 of file ODTCCConfig.h.
|
private |
Definition at line 63 of file ODTCCConfig.h.
Referenced by getLUTClob(), and setLUTClob().
|
private |
Definition at line 66 of file ODTCCConfig.h.
Referenced by getLUTConfigurationFile(), and setLUTConfigurationFile().
|
private |
Definition at line 69 of file ODTCCConfig.h.
Referenced by getNTestPatternsToLoad(), and setNTestPatternsToLoad().
|
private |
Definition at line 70 of file ODTCCConfig.h.
|
private |
Definition at line 64 of file ODTCCConfig.h.
Referenced by getSLBClob(), and setSLBClob().
|
private |
Definition at line 67 of file ODTCCConfig.h.
Referenced by getSLBConfigurationFile(), and setSLBConfigurationFile().
|
private |
Definition at line 62 of file ODTCCConfig.h.
Referenced by getTCCClob(), and setTCCClob().
|
private |
Definition at line 65 of file ODTCCConfig.h.
Referenced by getTCCConfigurationFile(), and setTCCConfigurationFile().
|
private |
Definition at line 68 of file ODTCCConfig.h.
Referenced by getTestPatternFileUrl(), and setTestPatternFileUrl().