#include <MODCCSHFDat.h>
Public Types | |
typedef oracle::occi::Clob | Clob |
Public Member Functions | |
unsigned char * | getClob () const |
std::string | getFile () const |
unsigned int | getSize () const |
std::string | getTable () |
int | getTest () const |
MODCCSHFDat () | |
void | setClob (unsigned char *x) |
void | setFile (std::string x) |
void | setSize (unsigned int id) |
void | setTest (int id) |
~MODCCSHFDat () | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
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 | fetchData (std::map< EcalLogicID, MODCCSHFDat > *fillMap, MODRunIOV *iov) throw (std::runtime_error) |
void | populateClob (Clob &clob, std::string fname, unsigned int clob_size) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
unsigned char * | readClob (Clob &clob, int size) throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, MODCCSHFDat > *data, MODRunIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MODCCSHFDat *item, MODRunIOV *iov) throw (std::runtime_error) |
Private Attributes | |
unsigned char * | m_clob |
std::string | m_file |
unsigned int | m_size |
int | testing |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDataItem | |
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) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes inherited from IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 19 of file MODCCSHFDat.h.
typedef oracle::occi::Clob MODCCSHFDat::Clob |
Definition at line 21 of file MODCCSHFDat.h.
MODCCSHFDat::MODCCSHFDat | ( | ) |
Definition at line 17 of file MODCCSHFDat.cc.
MODCCSHFDat::~MODCCSHFDat | ( | ) |
Definition at line 32 of file MODCCSHFDat.cc.
|
private |
Definition at line 142 of file MODCCSHFDat.cc.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
private |
Definition at line 258 of file MODCCSHFDat.cc.
|
privatevirtual |
Implements IDataItem.
Definition at line 61 of file MODCCSHFDat.cc.
|
private |
Definition at line 330 of file MODCCSHFDat.cc.
|
inline |
Definition at line 29 of file MODCCSHFDat.h.
void MODCCSHFDat::setFile | ( | std::string | x | ) |
Definition at line 37 of file MODCCSHFDat.cc.
|
inline |
|
inline |
|
private |
Definition at line 185 of file MODCCSHFDat.cc.
|
private |
Definition at line 81 of file MODCCSHFDat.cc.
|
friend |
Definition at line 22 of file MODCCSHFDat.h.
|
private |
Definition at line 55 of file MODCCSHFDat.h.
|
private |
Definition at line 57 of file MODCCSHFDat.h.
Referenced by getFile().
|
private |
Definition at line 56 of file MODCCSHFDat.h.
|
private |
Definition at line 58 of file MODCCSHFDat.h.