#include <LMFSeqVers.h>
Public Member Functions | |
LMFSeqVers () | |
LMFSeqVers (EcalDBConnection *c) | |
LMFSeqVers (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
bool | operator!= (const LMFSeqVers &t) const |
bool | operator== (const LMFSeqVers &t) const |
~LMFSeqVers () | |
Public Member Functions inherited from LMFPrimVers | |
std::string | getDescription () const |
int | getVersion () const |
LMFPrimVers () | |
LMFPrimVers (EcalDBConnection *c) | |
LMFPrimVers (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
bool | operator!= (const LMFPrimVers &t) const |
bool | operator== (const LMFPrimVers &t) const |
void | setDescription (const std::string &s) |
void | setVersion (int v) |
~LMFPrimVers () | |
Public Member Functions inherited from LMFUnique | |
void | attach (std::string name, LMFUnique *u) |
void | debug () |
virtual void | dump () const |
virtual void | dump (int n) const |
virtual bool | exists () |
virtual boost::ptr_list < LMFUnique > | fetchAll () const throw (std::runtime_error) |
int | fetchID () throw (std::runtime_error) |
std::string | getClassName () |
std::string | getClassName () const |
int | getID () const |
int | getInt (std::string fieldname) const |
std::string | getString (std::string fieldname) const |
virtual bool | isValid () const |
virtual bool | isValid () |
LMFUnique () | |
LMFUnique (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
LMFUnique (EcalDBConnection *c) | |
void | nodebug () |
virtual bool | operator< (const LMFUnique &r) |
virtual bool | operator<= (const LMFUnique &r) |
std::string | sequencePostfix (const Tm &t) |
void | setByID (int id) throw (std::runtime_error) |
LMFUnique & | setInt (std::string key, int value) |
LMFUnique & | setString (std::string key, std::string value) |
void | startProfiling () |
void | stopProfiling () |
virtual | ~LMFUnique () |
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 | |
LMFUnique * | createObject () const |
std::string | fetchAllSql (Statement *stmt) const |
std::string | fetchIdSql (Statement *stmt) |
void | getParameters (ResultSet *rset) |
std::string | setByIDSql (Statement *stmt, int id) |
Friends | |
class | LMFRunIOV |
Additional Inherited Members | |
Public Types inherited from LMFUnique | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::Statement | Statement |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from LMFUnique | |
virtual void | setClassName (std::string s) |
virtual int | writeDB () throw (std::runtime_error) |
virtual int | writeForeignKeys () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes inherited from LMFUnique | |
bool | _profiling |
std::string | m_className |
char | m_debug |
std::map< std::string, LMFUnique * > | m_foreignKeys |
std::map< std::string, int > | m_intFields |
std::map< std::string, std::string > | m_stringFields |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
LMF sequence version
Definition at line 17 of file LMFSeqVers.h.
LMFSeqVers::LMFSeqVers | ( | ) |
Definition at line 6 of file LMFSeqVers.cc.
References LMFUnique::setClassName(), and LMFUnique::setString().
Referenced by createObject().
LMFSeqVers::LMFSeqVers | ( | EcalDBConnection * | c | ) |
Definition at line 12 of file LMFSeqVers.cc.
References LMFUnique::setClassName(), and LMFUnique::setString().
LMFSeqVers::LMFSeqVers | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn | ||
) |
Definition at line 17 of file LMFSeqVers.cc.
References LMFUnique::setClassName(), and LMFUnique::setString().
LMFSeqVers::~LMFSeqVers | ( | ) |
Definition at line 23 of file LMFSeqVers.cc.
|
privatevirtual |
Reimplemented from LMFPrimVers.
Definition at line 44 of file LMFSeqVers.cc.
References LMFSeqVers(), IDBObject::m_conn, IDBObject::m_env, IDBObject::setConnection(), and lumiQTWidget::t.
|
privatevirtual |
Reimplemented from LMFPrimVers.
Definition at line 50 of file LMFSeqVers.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from LMFPrimVers.
Definition at line 27 of file LMFSeqVers.cc.
|
privatevirtual |
Reimplemented from LMFPrimVers.
Definition at line 40 of file LMFSeqVers.cc.
References LMFUnique::setString().
|
inline |
|
inline |
|
privatevirtual |
Reimplemented from LMFPrimVers.
Definition at line 31 of file LMFSeqVers.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 19 of file LMFSeqVers.h.