CMS 3D CMS Logo

Classes | Variables

python::IdGenerator Namespace Reference

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()

Variable Documentation

string python::IdGenerator::idtableName = 'TagTreeTable_IDS'
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(), cond::CredentialStore::addUser(), 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(), ora::OraClassVersionTable::create(), ora::PoolSequenceTable::create(), ora::PoolClassVersionTable::create(), RPCFw::createFEB(), RPCFw::createGAS(), RPCFw::createIDMAP(), RPCFw::createIMON(), TestFunct::CreateMetaTable(), RPCFw::createMix(), cond::CredentialStore::createSchema(), cond::SequenceManager::createSequencesTable(), RPCFw::createSTATUS(), RPCFw::createT(), RPCFw::createUXC(), RPCFw::createVMON(), cond::CredentialStore::drop(), 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(), 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(), cond::CredentialStore::exportAll(), DIPLumiProducer::filldetailcache(), ExpressLumiProducer::fillLSCache(), LumiProducer::fillLSCache(), LumiCorrectionSource::fillparamcache(), DIPLumiProducer::fillsummarycache(), 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::CredentialStore::importForPrincipal(), cond::SequenceManager::incrementId(), cond::CredentialStore::installAdmin(), cond::CredentialStore::listConnections(), cond::CredentialStore::listPrincipals(), ora::Serializer::lock(), ora::PoolContainerHeaderTable::lockContainer(), ora::OraContainerHeaderTable::lockContainer(), L1CaloHcalScaleConfigOnlineProd::newObject(), L1RCTOmdsFedVectorProducer::produce(), RunSummaryRead::readData(), RunInfoRead::readData(), L1TriggerScalerRead::readData(), DQMSummaryReader::readData(), popcon::RPCEMapSourceHandler::readEMap1(), popcon::L1RPCHwConfigSourceHandler::readHwConfig1(), cond::CredentialStore::removeConnection(), ora::PoolContainerHeaderTable::removeContainer(), ora::OraContainerHeaderTable::removeContainer(), cond::CredentialStore::removePrincipal(), lumi::TRGDummy2DB::retrieveData(), lumi::LumiDummy2DB::retrieveData(), lumi::CMSRunSummaryDummy2DB::retrieveData(), lumi::HLTDummy2DB::retrieveData(), lumi::HLTConfDummy2DB::retrieveData(), cond::CredentialStore::selectForUser(), cond::CredentialStore::selectPermissions(), ora::OraNamingServiceTable::setObjectName(), ora::CondMetadataTable::setObjectName(), ora::OraMainTable::setParameter(), cond::CredentialStore::setPermission(), ora::OraSequenceTable::sinchronize(), ora::PoolSequenceTable::sinchronize(), cond::CredentialStore::startSession(), cond::CredentialStore::unsetPermission(), cond::CredentialStore::updateConnection(), ora::OraContainerHeaderTable::updateContainer(), ora::PoolContainerHeaderTable::updateNumberOfObjects(), ora::OraContainerHeaderTable::updateNumberOfObjects(), and cond::CredentialStore::updatePrincipal().

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()