#include <PoolDatabaseSchema.h>
Public Member Functions | |
bool | add (const std::string &sequenceName) |
void | create () |
void | drop () |
void | erase (const std::string &sequenceName) |
bool | exists () |
bool | getLastId (const std::string &sequenceName, int &lastId) |
void | init (PoolDbCache &dbCache) |
std::string | name () |
PoolSequenceTable (coral::ISchema &dbSchema) | |
void | sinchronize (const std::string &sequenceName, int lastValue) |
virtual | ~PoolSequenceTable () |
Public Member Functions inherited from ora::ISequenceTable | |
ISequenceTable (coral::ISchema &schema) | |
virtual | ~ISequenceTable () |
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 | sequenceNameColumn () |
static std::string | sequenceValueColumn () |
static std::string | tableName () |
Private Attributes | |
PoolDbCache * | m_dbCache |
Definition at line 66 of file PoolDatabaseSchema.h.
|
explicit |
Definition at line 87 of file PoolDatabaseSchema.cc.
|
virtual |
Definition at line 92 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::ISequenceTable.
Definition at line 100 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, AlCaHLTBitMon_QueryRunRegistry::string, and HLT_25ns14e33_v1_cff::tableName.
Referenced by counter.Counter::register().
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 194 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, HLT_25ns14e33_v1_cff::tableName, and ora::throwException().
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 202 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, and HLT_25ns14e33_v1_cff::tableName.
|
virtual |
Implements ora::ISequenceTable.
Definition at line 174 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, AlCaHLTBitMon_QueryRunRegistry::string, and HLT_25ns14e33_v1_cff::tableName.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 186 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, HLT_25ns14e33_v1_cff::tableName, and ora::throwException().
|
virtual |
Implements ora::ISequenceTable.
Definition at line 114 of file PoolDatabaseSchema.cc.
References o2o::query, python.IdGenerator::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns14e33_v1_cff::tableName, and ora::throwException().
void ora::PoolSequenceTable::init | ( | PoolDbCache & | dbCache | ) |
Definition at line 95 of file PoolDatabaseSchema.cc.
Referenced by ora::PoolDatabaseSchema::PoolDatabaseSchema().
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 182 of file PoolDatabaseSchema.cc.
References HLT_25ns14e33_v1_cff::tableName.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
static |
Definition at line 77 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 82 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Implements ora::ISequenceTable.
Definition at line 148 of file PoolDatabaseSchema.cc.
References python.IdGenerator::schema, AlCaHLTBitMon_QueryRunRegistry::string, HLT_25ns14e33_v1_cff::tableName, and ora::throwException().
|
static |
Definition at line 72 of file PoolDatabaseSchema.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 85 of file PoolDatabaseSchema.h.