#include <IOVSchema.h>
Public Member Functions | |
bool | create () |
bool | exists () |
IOVSchema (coral::ISchema &schema) | |
IIOVTable & | iovTable () |
IPayloadTable & | payloadTable () |
ITagMigrationTable & | tagMigrationTable () |
ITagTable & | tagTable () |
virtual | ~IOVSchema () |
Public Member Functions inherited from cond::persistency::IIOVSchema | |
virtual | ~IIOVSchema () |
Private Attributes | |
IOV::Table | m_iovTable |
PAYLOAD::Table | m_payloadTable |
TAG_MIGRATION::Table | m_tagMigrationTable |
TAG::Table | m_tagTable |
Definition at line 163 of file IOVSchema.h.
|
explicit |
Definition at line 387 of file IOVSchema.cc.
|
inlinevirtual |
Definition at line 166 of file IOVSchema.h.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 401 of file IOVSchema.cc.
References cond::persistency::TAG::Table::create(), cond::persistency::PAYLOAD::Table::create(), cond::persistency::IOV::Table::create(), exists(), m_iovTable, m_payloadTable, and m_tagTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 394 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().
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 416 of file IOVSchema.cc.
References m_iovTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 420 of file IOVSchema.cc.
References m_payloadTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 424 of file IOVSchema.cc.
References m_tagMigrationTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 412 of file IOVSchema.cc.
References m_tagTable.
|
private |
Definition at line 175 of file IOVSchema.h.
Referenced by create(), exists(), and iovTable().
|
private |
Definition at line 176 of file IOVSchema.h.
Referenced by create(), exists(), and payloadTable().
|
private |
Definition at line 177 of file IOVSchema.h.
Referenced by tagMigrationTable().
|
private |
Definition at line 174 of file IOVSchema.h.
Referenced by create(), exists(), and tagTable().