#include <IOVSchema.h>
Public Member Functions | |
bool | create () override |
bool | exists () override |
IOVSchema (coral::ISchema &schema) | |
IIOVTable & | iovTable () override |
IPayloadTable & | payloadTable () override |
ITagLogTable & | tagLogTable () override |
ITagTable & | tagTable () override |
~IOVSchema () override | |
Public Member Functions inherited from cond::persistency::IIOVSchema | |
virtual | ~IIOVSchema () |
Private Attributes | |
IOV::Table | m_iovTable |
PAYLOAD::Table | m_payloadTable |
TAG_LOG::Table | m_tagLogTable |
TAG::Table | m_tagTable |
Definition at line 172 of file IOVSchema.h.
|
explicit |
Definition at line 367 of file IOVSchema.cc.
|
inlineoverride |
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 381 of file IOVSchema.cc.
References cond::persistency::TAG::Table::create(), cond::persistency::PAYLOAD::Table::create(), cond::persistency::IOV::Table::create(), cond::persistency::TAG_LOG::Table::create(), exists(), m_iovTable, m_payloadTable, m_tagLogTable, and m_tagTable.
Referenced by o2olib.O2OTool::execute().
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 374 of file IOVSchema.cc.
References cond::persistency::TAG::Table::exists(), cond::persistency::PAYLOAD::Table::exists(), cond::persistency::IOV::Table::exists(), m_iovTable, m_payloadTable, and m_tagTable.
Referenced by create().
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 397 of file IOVSchema.cc.
References m_iovTable.
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 405 of file IOVSchema.cc.
References m_payloadTable.
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 401 of file IOVSchema.cc.
References m_tagLogTable.
|
overridevirtual |
Implements cond::persistency::IIOVSchema.
Definition at line 393 of file IOVSchema.cc.
References m_tagTable.
|
private |
Definition at line 184 of file IOVSchema.h.
Referenced by create(), exists(), and iovTable().
|
private |
Definition at line 186 of file IOVSchema.h.
Referenced by create(), exists(), and payloadTable().
|
private |
Definition at line 185 of file IOVSchema.h.
Referenced by create(), and tagLogTable().
|
private |
Definition at line 183 of file IOVSchema.h.
Referenced by create(), exists(), and tagTable().