#include <ODLTCConfig.h>
Public Member Functions | |
int | getId () const |
unsigned char * | getLTCClob () const |
std::string | getLTCConfigurationFile () const |
unsigned int | getSize () const |
std::string | getTable () |
ODLTCConfig () | |
void | setId (int id) |
void | setLTCClob (unsigned char *x) |
void | setLTCConfigurationFile (std::string x) |
void | setParameters (const std::map< std::string, std::string > &my_keys_map) |
void | setSize (unsigned int id) |
~ODLTCConfig () | |
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 (ODLTCConfig *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_ltc_clob |
std::string | m_ltc_file |
int | m_size |
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 ODLTCConfig.h.
ODLTCConfig::ODLTCConfig | ( | ) |
ODLTCConfig::~ODLTCConfig | ( | ) |
Definition at line 29 of file ODLTCConfig.cc.
|
private |
Definition at line 190 of file ODLTCConfig.cc.
|
private |
Definition at line 199 of file ODLTCConfig.cc.
References gather_cfg::cout, alignCSCRings::e, i, and query::result.
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IODConfig.
Definition at line 22 of file ODLTCConfig.h.
|
privatevirtual |
Implements IODConfig.
Definition at line 58 of file ODLTCConfig.cc.
References gather_cfg::cout, and alignCSCRings::e.
|
inline |
|
inline |
|
inline |
void ODLTCConfig::setParameters | ( | const std::map< std::string, std::string > & | my_keys_map | ) |
Definition at line 102 of file ODLTCConfig.cc.
References gather_cfg::cout, end, alignmentValidation::fname, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
private |
Definition at line 148 of file ODLTCConfig.cc.
References gather_cfg::cout, and alignCSCRings::e.
|
friend |
Definition at line 17 of file ODLTCConfig.h.
|
private |
Definition at line 49 of file ODLTCConfig.h.
|
private |
Definition at line 50 of file ODLTCConfig.h.
Referenced by getLTCClob(), and setLTCClob().
|
private |
Definition at line 51 of file ODLTCConfig.h.
Referenced by getLTCConfigurationFile(), and setLTCConfigurationFile().
|
private |
Definition at line 52 of file ODLTCConfig.h.