#include <IOVSchema.h>
Public Member Functions | |
bool | create () |
bool | exists () |
IOVSchema (coral::ISchema &schema) | |
IIOVTable & | iovTable () |
IPayloadTable & | payloadTable () |
ITagLogTable & | tagLogTable () |
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_LOG::Table | m_tagLogTable |
TAG::Table | m_tagTable |
Definition at line 161 of file IOVSchema.h.
|
explicit |
Definition at line 405 of file IOVSchema.cc.
|
inlinevirtual |
Definition at line 164 of file IOVSchema.h.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 419 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.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 412 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 435 of file IOVSchema.cc.
References m_iovTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 443 of file IOVSchema.cc.
References m_payloadTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 439 of file IOVSchema.cc.
References m_tagLogTable.
|
virtual |
Implements cond::persistency::IIOVSchema.
Definition at line 431 of file IOVSchema.cc.
References m_tagTable.
|
private |
Definition at line 173 of file IOVSchema.h.
Referenced by create(), exists(), and iovTable().
|
private |
Definition at line 175 of file IOVSchema.h.
Referenced by create(), exists(), and payloadTable().
|
private |
Definition at line 174 of file IOVSchema.h.
Referenced by create(), and tagLogTable().
|
private |
Definition at line 172 of file IOVSchema.h.
Referenced by create(), exists(), and tagTable().