#include <RunInfoSchema.h>
Public Member Functions | |
bool | create () override |
bool | exists () override |
RunInfoSchema (coral::ISchema &schema) | |
IRunInfoTable & | runInfoTable () override |
~RunInfoSchema () override | |
Public Member Functions inherited from cond::persistency::IRunInfoSchema | |
virtual | ~IRunInfoSchema () |
Private Attributes | |
RUN_INFO::Table | m_runInfoTable |
Definition at line 68 of file RunInfoSchema.h.
|
explicit |
Definition at line 105 of file RunInfoSchema.cc.
|
inlineoverride |
|
overridevirtual |
Implements cond::persistency::IRunInfoSchema.
Definition at line 114 of file RunInfoSchema.cc.
References cond::persistency::RUN_INFO::Table::create(), exists(), and m_runInfoTable.
Referenced by o2olib.O2OTool::execute().
|
overridevirtual |
Implements cond::persistency::IRunInfoSchema.
Definition at line 109 of file RunInfoSchema.cc.
References cond::persistency::RUN_INFO::Table::exists(), and m_runInfoTable.
Referenced by create().
|
overridevirtual |
Implements cond::persistency::IRunInfoSchema.
Definition at line 123 of file RunInfoSchema.cc.
References m_runInfoTable.
|
private |
Definition at line 76 of file RunInfoSchema.h.
Referenced by create(), exists(), and runInfoTable().