![]() |
![]() |
#include <LMFTrigType.h>
Public Member Functions | |
std::string | getLongName () |
std::string | getLongName () const |
std::string | getShortName () |
std::string | getShortName () const |
LMFTrigType () | |
LMFTrigType (EcalDBConnection *c) | |
LMFTrigType (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
bool | operator!= (const LMFTrigType &m) const |
bool | operator== (const LMFTrigType &m) const |
LMFTrigType & | setName (std::string s) |
LMFTrigType & | setNames (const std::string &s, const std::string &l) |
~LMFTrigType () override | |
![]() | |
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 noexcept(false) |
int | fetchID () noexcept(false) override |
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) noexcept(false) override |
LMFUnique & | setInt (std::string key, int value) |
LMFUnique & | setString (std::string key, std::string value) |
void | startProfiling () |
void | stopProfiling () |
~LMFUnique () override | |
![]() | |
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 | |
LMFTrigType * | createObject () const override |
std::string | fetchAllSql (Statement *stmt) const override |
std::string | fetchIdSql (Statement *stmt) override |
void | getParameters (ResultSet *rset) override |
std::string | setByIDSql (Statement *stmt, int id) override |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
![]() | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::Statement | Statement |
![]() | |
static int const | ECALDB_NROWS =1024 |
![]() | |
virtual void | setClassName (std::string s) |
virtual int | writeDB () noexcept(false) |
virtual int | writeForeignKeys () noexcept(false) |
![]() | |
void | checkConnection () const noexcept(false) |
![]() | |
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 |
![]() | |
int | m_ID |
![]() | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 10 of file LMFTrigType.h.
LMFTrigType::LMFTrigType | ( | ) |
Definition at line 6 of file LMFTrigType.cc.
Referenced by createObject().
LMFTrigType::LMFTrigType | ( | EcalDBConnection * | c | ) |
Definition at line 21 of file LMFTrigType.cc.
References LMFUnique::m_stringFields, and LMFUnique::setClassName().
LMFTrigType::LMFTrigType | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn | ||
) |
Definition at line 13 of file LMFTrigType.cc.
References LMFUnique::m_stringFields, and LMFUnique::setClassName().
|
override |
Definition at line 27 of file LMFTrigType.cc.
|
overrideprivatevirtual |
Reimplemented from LMFUnique.
Definition at line 63 of file LMFTrigType.cc.
References LMFTrigType(), IDBObject::m_conn, IDBObject::m_env, IDBObject::setConnection(), and protons_cff::t.
Referenced by operator!=().
|
overrideprivatevirtual |
Reimplemented from LMFUnique.
Definition at line 69 of file LMFTrigType.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator!=().
|
overrideprivatevirtual |
Reimplemented from LMFUnique.
Definition at line 37 of file LMFTrigType.cc.
References getShortName(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator!=().
|
inline |
Definition at line 21 of file LMFTrigType.h.
References LMFUnique::getString().
Referenced by operator==().
|
inline |
Definition at line 23 of file LMFTrigType.h.
References LMFUnique::getString(), alignCSCRings::s, setName(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Reimplemented from LMFUnique.
Definition at line 58 of file LMFTrigType.cc.
References LMFUnique::setString().
Referenced by operator!=().
|
inline |
Definition at line 20 of file LMFTrigType.h.
References LMFUnique::getString().
Referenced by fetchIdSql(), and operator==().
|
inline |
|
inline |
Definition at line 39 of file LMFTrigType.h.
References createObject(), fetchAllSql(), fetchIdSql(), getParameters(), funct::m, setByIDSql(), EcalDBConnection::stmt, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
overrideprivatevirtual |
Reimplemented from LMFUnique.
Definition at line 48 of file LMFTrigType.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator!=().
LMFTrigType & LMFTrigType::setName | ( | std::string | s | ) |
Definition at line 31 of file LMFTrigType.cc.
References LMFUnique::fetchID(), and LMFUnique::setString().
Referenced by getLongName().
|
inline |
Definition at line 26 of file LMFTrigType.h.
References LMFUnique::setString().
|
friend |
Definition at line 12 of file LMFTrigType.h.