#include <PoolDatabaseSchema.h>
Public Member Functions | |
CondMetadataTable (coral::ISchema &dbSchema, PoolDbCache &dbCache) | |
void | create () |
void | drop () |
bool | eraseAllNames () |
bool | eraseObjectName (const std::string &name) |
bool | exists () |
bool | getAllNames (std::vector< std::string > &destination) |
bool | getNamesForContainer (int contId, std::vector< std::string > &destination) |
bool | getNamesForObject (int contId, int itemId, std::vector< std::string > &destination) |
bool | getObjectByName (const std::string &name, std::pair< int, int > &destination) |
std::string | name () |
void | setObjectName (const std::string &name, int contId, int itemId) |
virtual | ~CondMetadataTable () |
Public Member Functions inherited from ora::INamingServiceTable | |
INamingServiceTable (coral::ISchema &schema) | |
virtual | ~INamingServiceTable () |
Public Member Functions inherited from ora::IDatabaseTable | |
IDatabaseTable (coral::ISchema &schema) | |
coral::ISchema & | schema () |
virtual void | setAccessPermission (const std::string &principal, bool forWrite) |
virtual | ~IDatabaseTable () |
Static Public Member Functions | |
static std::string | objectNameColumn () |
static std::string | tableName () |
static std::string | timetypeColumn () |
static std::string | tokenColumn () |
Private Attributes | |
PoolDbCache & | m_dbCache |
Definition at line 201 of file PoolDatabaseSchema.h.
ora::CondMetadataTable::CondMetadataTable | ( | coral::ISchema & | dbSchema, |
PoolDbCache & | dbCache | ||
) |
Definition at line 1168 of file PoolDatabaseSchema.cc.
|
virtual |
Definition at line 1174 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 1319 of file PoolDatabaseSchema.cc.
References dataDML::schema, HLT_25ns10e33_v2_cff::tableName, and ora::throwException().
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 1327 of file PoolDatabaseSchema.cc.
References dataDML::schema, HLT_25ns10e33_v2_cff::tableName, and ora::throwException().
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1200 of file PoolDatabaseSchema.cc.
References dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, and HLT_25ns10e33_v2_cff::tableName.
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1192 of file PoolDatabaseSchema.cc.
References dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, and HLT_25ns10e33_v2_cff::tableName.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 1315 of file PoolDatabaseSchema.cc.
References dataDML::schema, and HLT_25ns10e33_v2_cff::tableName.
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1292 of file PoolDatabaseSchema.cc.
References mergeVDriftHistosByStation::name, o2o::query, runTheMatrix::ret, dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, and HLT_25ns10e33_v2_cff::tableName.
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1263 of file PoolDatabaseSchema.cc.
References ora::PoolDbCacheData::m_className, ora::PoolDbCacheData::m_name, mergeVDriftHistosByStation::name, o2o::query, runTheMatrix::ret, dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns10e33_v2_cff::tableName, and cond::writeTokenContainerFragment().
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1234 of file PoolDatabaseSchema.cc.
References ora::PoolDbCacheData::m_className, ora::PoolDbCacheData::m_name, mergeVDriftHistosByStation::name, o2o::query, runTheMatrix::ret, dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns10e33_v2_cff::tableName, unpackBuffers-CaloStage2::token, and cond::writeToken().
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1206 of file PoolDatabaseSchema.cc.
References cond::parseToken(), o2o::query, runTheMatrix::ret, dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns10e33_v2_cff::tableName, and unpackBuffers-CaloStage2::token.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 1311 of file PoolDatabaseSchema.cc.
References HLT_25ns10e33_v2_cff::tableName.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
static |
Definition at line 1153 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Implements ora::INamingServiceTable.
Definition at line 1177 of file PoolDatabaseSchema.cc.
References dataDML::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns10e33_v2_cff::tableName, unpackBuffers-CaloStage2::token, and cond::writeToken().
|
static |
Definition at line 1148 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 1163 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 1158 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 223 of file PoolDatabaseSchema.h.