#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 158 of file IOVSchema.h.
|
explicit |
Definition at line 369 of file IOVSchema.cc.
|
inlinevirtual |
Definition at line 161 of file IOVSchema.h.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 383 of file IOVSchema.cc.
References exists(), m_iovTable, m_payloadTable, and m_tagTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 376 of file IOVSchema.cc.
References m_iovTable, m_payloadTable, and m_tagTable.
Referenced by create().
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 398 of file IOVSchema.cc.
References m_iovTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 402 of file IOVSchema.cc.
References m_payloadTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 406 of file IOVSchema.cc.
References m_tagMigrationTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 394 of file IOVSchema.cc.
References m_tagTable.
|
private |
Definition at line 170 of file IOVSchema.h.
Referenced by create(), exists(), and iovTable().
|
private |
Definition at line 171 of file IOVSchema.h.
Referenced by create(), exists(), and payloadTable().
|
private |
Definition at line 172 of file IOVSchema.h.
Referenced by tagMigrationTable().
|
private |
Definition at line 169 of file IOVSchema.h.
Referenced by create(), exists(), and tagTable().