#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 82 of file GTSchema.h.
|
explicit |
Definition at line 121 of file GTSchema.cc.
|
inlineoverride |
Definition at line 85 of file GTSchema.h.
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 131 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 123 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 138 of file GTSchema.cc.
References m_gtMapTable.
|
overridevirtual |
Implements cond::persistency::IGTSchema.
Definition at line 136 of file GTSchema.cc.
References m_gtTable.
|
private |
Definition at line 93 of file GTSchema.h.
Referenced by create(), exists(), and gtMapTable().
|
private |
Definition at line 92 of file GTSchema.h.