#include <OraDbSchema.h>
Public Member Functions | |
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 166 of file OraDbSchema.h.
cond::persistency::OraGTSchema::OraGTSchema | ( | DbSession & | session | ) |
Definition at line 340 of file OraDbSchema.cc.
|
inlinevirtual |
Definition at line 169 of file OraDbSchema.h.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 346 of file OraDbSchema.cc.
References cond::TagCollectionRetriever::existsTagDatabase(), and m_session.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 355 of file OraDbSchema.cc.
References m_gtMapTable.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 351 of file OraDbSchema.cc.
References m_gtTable.
|
private |
Definition at line 176 of file OraDbSchema.h.
Referenced by gtMapTable().
|
private |
Definition at line 175 of file OraDbSchema.h.
Referenced by gtTable().
|
private |
Definition at line 174 of file OraDbSchema.h.
Referenced by exists().