#include <OraDbSchema.h>
Public Member Functions | |
void | create () |
bool | exists () |
IGTMapTable & | gtMapTable () |
IGTTable & | gtTable () |
OraGTSchema (DbSession &session) | |
virtual | ~OraGTSchema () |
Public Member Functions inherited from cond::persistency::IGTSchema | |
virtual | ~IGTSchema () |
Private Attributes | |
OraGTMapTable | m_gtMapTable |
OraGTTable | m_gtTable |
cond::DbSession | m_session |
Definition at line 172 of file OraDbSchema.h.
cond::persistency::OraGTSchema::OraGTSchema | ( | DbSession & | session | ) |
Definition at line 381 of file OraDbSchema.cc.
|
inlinevirtual |
Definition at line 175 of file OraDbSchema.h.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 388 of file OraDbSchema.cc.
References cond::persistency::throwException().
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 393 of file OraDbSchema.cc.
References cond::TagCollectionRetriever::existsTagDatabase(), and m_session.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 402 of file OraDbSchema.cc.
References m_gtMapTable.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 398 of file OraDbSchema.cc.
References m_gtTable.
|
private |
Definition at line 183 of file OraDbSchema.h.
Referenced by gtMapTable().
|
private |
Definition at line 182 of file OraDbSchema.h.
Referenced by gtTable().
|
private |
Definition at line 181 of file OraDbSchema.h.
Referenced by exists().