#include <GTSchema.h>
Public Member Functions | |
void | create () override |
bool | exists () override |
GLOBAL_TAG_MAP::Table & | gtMapTable () override |
GTSchema (coral::ISchema &schema) | |
GLOBAL_TAG::Table & | gtTable () override |
~GTSchema () override | |
Public Member Functions inherited from cond::persistency::IGTSchema | |
virtual | ~IGTSchema () |
Private Attributes | |
GLOBAL_TAG_MAP::Table | m_gtMapTable |
GLOBAL_TAG::Table | m_gtTable |
Definition at line 67 of file GTSchema.h.
|
explicit |
Definition at line 124 of file GTSchema.cc.
|
inlineoverride |
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 135 of file GTSchema.cc.
References cond::persistency::GLOBAL_TAG::Table::create(), cond::persistency::GLOBAL_TAG_MAP::Table::create(), m_gtMapTable, and m_gtTable.
Referenced by o2olib.O2OTool::execute().
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 129 of file GTSchema.cc.
References cond::persistency::GLOBAL_TAG::Table::exists(), cond::persistency::GLOBAL_TAG_MAP::Table::exists(), m_gtMapTable, and m_gtTable.
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 144 of file GTSchema.cc.
References m_gtMapTable.
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 140 of file GTSchema.cc.
References m_gtTable.
|
private |
Definition at line 77 of file GTSchema.h.
Referenced by create(), exists(), and gtMapTable().
|
private |
Definition at line 76 of file GTSchema.h.