![]() |
![]() |
Classes | |
class | IdGenerator |
Variables | |
tuple | generator = IdGenerator(schema) |
string | idtableName = 'TagTreeTable_IDS' |
tuple | result = generator.getNewID(idtableName) |
tuple | schema = session.nominalSchema() |
tuple | session = svc.connect( 'sqlite_file:data.db', accessMode = coral.access_Update ) |
tuple | svc = coral.ConnectionService() |
tuple | transaction = session.transaction() |
Definition at line 87 of file IdGenerator.py.
Referenced by SummaryGenerator::instance(), reco::tau::RecoTauPiZeroCombinatoricPlugin::operator()(), CaloTDigitizer< Traits >::setNoiseHitGenerator(), and CaloTDigitizer< Traits >::setNoiseSignalGenerator().
string python::IdGenerator::idtableName = 'TagTreeTable_IDS' |
Definition at line 80 of file IdGenerator.py.
Referenced by lumi::idDealer::generateNextIDForTable(), and lumi::idDealer::getIDforTable().
tuple python::IdGenerator::result = generator.getNewID(idtableName) |
Definition at line 91 of file IdGenerator.py.
tuple python::IdGenerator::schema = session.nominalSchema() |
Definition at line 86 of file IdGenerator.py.
Referenced by ora::OraSequenceTable::add(), ora::PoolSequenceTable::add(), ora::OraContainerHeaderTable::addContainer(), MonitorElementsDb::analyze(), l1t::OMDSReader::basicQuery(), l1t::OMDSReader::basicQueryGenericKey(), l1t::OMDSReader::basicQueryView(), ora::SchemaUtils::cleanUp(), l1t::OMDSReader::columnNames(), l1t::OMDSReader::columnNamesView(), ora::OraMappingElementTable::create(), ora::PoolContainerHeaderTable::create(), ora::OraContainerHeaderTable::create(), ora::PoolMainTable::create(), ora::PoolMappingElementTable::create(), ora::OraMappingVersionTable::create(), ora::OraNamingServiceTable::create(), ora::OraMainTable::create(), ora::OraSequenceTable::create(), ora::CondMetadataTable::create(), ora::PoolMappingVersionTable::create(), cond::MetaDataSchemaUtility::create(), ora::OraClassVersionTable::create(), ora::PoolSequenceTable::create(), ora::PoolClassVersionTable::create(), RPCFw::createFEB(), RPCFw::createGAS(), RPCFw::createIDMAP(), RPCFw::createIMON(), RPCFw::createMix(), cond::SequenceManager::createSequencesTable(), RPCFw::createSTATUS(), RPCFw::createT(), RPCFw::createUXC(), RPCFw::createVMON(), ora::PoolClassVersionTable::drop(), ora::OraContainerHeaderTable::drop(), ora::OraNamingServiceTable::drop(), ora::PoolMainTable::drop(), ora::PoolMappingElementTable::drop(), ora::OraClassVersionTable::drop(), ora::PoolMappingVersionTable::drop(), ora::CondMetadataTable::drop(), ora::OraMainTable::drop(), ora::OraSequenceTable::drop(), ora::OraMappingVersionTable::drop(), cond::MetaDataSchemaUtility::drop(), ora::OraMappingElementTable::drop(), ora::PoolContainerHeaderTable::drop(), ora::PoolSequenceTable::drop(), L1TriggerScalerRead::dropTable(), ora::PoolSequenceTable::erase(), ora::OraSequenceTable::erase(), ora::CondMetadataTable::eraseAllNames(), ora::OraNamingServiceTable::eraseAllNames(), ora::CondMetadataTable::eraseObjectName(), ora::OraNamingServiceTable::eraseObjectName(), ora::PoolSequenceTable::exists(), ora::OraMainTable::exists(), ora::OraClassVersionTable::exists(), ora::OraMappingVersionTable::exists(), ora::PoolMappingElementTable::exists(), ora::OraContainerHeaderTable::exists(), ora::CondMetadataTable::exists(), ora::PoolContainerHeaderTable::exists(), ora::OraMappingElementTable::exists(), ora::PoolMainTable::exists(), ora::PoolClassVersionTable::exists(), ora::OraSequenceTable::exists(), ora::OraNamingServiceTable::exists(), ora::PoolMappingVersionTable::exists(), LumiProducer::fillLSCache(), LumiProducer::fillRunCache(), ora::CondMetadataTable::getAllNames(), ora::OraNamingServiceTable::getAllNames(), ora::PoolContainerHeaderTable::getContainerData(), ora::PoolSequenceTable::getLastId(), ora::OraSequenceTable::getLastId(), ora::CondMetadataTable::getNamesForContainer(), ora::OraNamingServiceTable::getNamesForContainer(), ora::OraNamingServiceTable::getNamesForObject(), ora::CondMetadataTable::getNamesForObject(), ora::CondMetadataTable::getObjectByName(), ora::OraNamingServiceTable::getObjectByName(), ora::OraMainTable::getParameters(), cond::SequenceManager::incrementId(), ora::Serializer::lock(), ora::PoolContainerHeaderTable::lockContainer(), ora::OraContainerHeaderTable::lockContainer(), L1CaloHcalScaleConfigOnlineProd::newObject(), RunSummaryRead::readData(), RunInfoRead::readData(), L1TriggerScalerRead::readData(), DQMSummaryReader::readData(), popcon::RPCEMapSourceHandler::readEMap1(), popcon::L1RPCHwConfigSourceHandler::readHwConfig1(), ora::PoolContainerHeaderTable::removeContainer(), ora::OraContainerHeaderTable::removeContainer(), lumi::TRGDummy2DB::retrieveData(), lumi::LumiDummy2DB::retrieveData(), lumi::CMSRunSummaryDummy2DB::retrieveData(), lumi::HLTDummy2DB::retrieveData(), lumi::HLTConfDummy2DB::retrieveData(), ora::OraNamingServiceTable::setObjectName(), ora::CondMetadataTable::setObjectName(), ora::OraMainTable::setParameter(), ora::OraSequenceTable::sinchronize(), ora::PoolSequenceTable::sinchronize(), ora::OraContainerHeaderTable::updateContainer(), ora::PoolContainerHeaderTable::updateNumberOfObjects(), and ora::OraContainerHeaderTable::updateNumberOfObjects().
tuple python::IdGenerator::session = svc.connect( 'sqlite_file:data.db', accessMode = coral.access_Update ) |
Definition at line 82 of file IdGenerator.py.
tuple python::IdGenerator::svc = coral.ConnectionService() |
Definition at line 81 of file IdGenerator.py.
tuple python::IdGenerator::transaction = session.transaction() |
Definition at line 83 of file IdGenerator.py.
Referenced by cond::AlignSplitIOV::execute(), lumi::TRGWBM2DB::retrieveData(), and lumi::TRG2DB::retrieveData().