#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) 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 | |
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 () 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 15 of file ODTCCConfig.h.
ODTCCConfig::ODTCCConfig | ( | ) |
ODTCCConfig::~ODTCCConfig | ( | ) |
Definition at line 34 of file ODTCCConfig.cc.
|
private |
Definition at line 24 of file ODTCCConfig.cc.
|
private |
Definition at line 180 of file ODTCCConfig.cc.
References gather_cfg::cout, alignCSCRings::e, i, and query::result.
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IODConfig.
Definition at line 22 of file ODTCCConfig.h.
|
inline |
|
inline |
|
inline |
|
privatevirtual |
Implements IODConfig.
Definition at line 81 of file ODTCCConfig.cc.
References gather_cfg::cout, and alignCSCRings::e.
|
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 137 of file ODTCCConfig.cc.
References gather_cfg::cout, and alignCSCRings::e.
|
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().