#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 168 of file OraDbSchema.h.
cond::persistency::OraGTSchema::OraGTSchema | ( | DbSession & | session | ) |
Definition at line 369 of file OraDbSchema.cc.
|
inlinevirtual |
Definition at line 171 of file OraDbSchema.h.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 375 of file OraDbSchema.cc.
References cond::TagCollectionRetriever::existsTagDatabase(), and m_session.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 384 of file OraDbSchema.cc.
References m_gtMapTable.
|
virtual |
Implements cond::persistency::IGTSchema.
Definition at line 380 of file OraDbSchema.cc.
References m_gtTable.
|
private |
Definition at line 178 of file OraDbSchema.h.
Referenced by gtMapTable().
|
private |
Definition at line 177 of file OraDbSchema.h.
Referenced by gtTable().
|
private |
Definition at line 176 of file OraDbSchema.h.
Referenced by exists().