Namespaces | |
GLOBAL_TAG | |
GLOBAL_TAG_MAP | |
IOV | |
PAYLOAD | |
TAG | |
TAG_LOG | |
Enumerations | |
enum | DbAuthenticationSystem { UndefinedAuthentication =0, CondDbKey, CoralXMLFile } |
enum | UpdatePolicy { NEW =0, UPDATE, REPLACE } |
Functions | |
std::string | convertoToOracleConnection (const std::string &input) |
bool | copyIov (Session &session, const std::string &sourceTag, const std::string &destTag, cond::Time_t souceSince, cond::Time_t destSince, const std::string &description, bool log) |
size_t | copyTag (const std::string &sourceTag, Session &sourceSession, const std::string &destTag, Session &destSession, UpdatePolicy policy, bool log) |
unsigned int | countslash (const std::string &input) |
template<typename T > | |
void | f_add_column_description (coral::TableDescription &table, const std::string &columnName, size_t size=0, bool notNull=true) |
std::pair< std::string, boost::shared_ptr< void > > | fetch (const cond::Hash &payloadId, Session &session) |
std::pair< std::string, boost::shared_ptr< void > > | fetchIfExists (const cond::Hash &payloadId, Session &session, bool &exists) |
std::pair< std::string, boost::shared_ptr< void > > | fetchOne (const std::string &payloadTypeName, const cond::Binary &data, const cond::Binary &streamerInfo, boost::shared_ptr< void > payloadPtr) |
std::string | fullyQualifiedTag (const std::string &tag, const std::string &connectionString) |
std::pair< std::string, std::string > | getConnectionParams (const std::string &connectionString, const std::string &transactionId, const std::string &signature) |
std::string | getConnectionProtocol (const std::string &connectionString) |
cond::Hash | import (Session &source, const cond::Hash &sourcePayloadId, const std::string &inputTypeName, const void *inputPtr, Session &destination) |
size_t | importIovs (const std::string &sourceTag, Session &sourceSession, const std::string &destTag, Session &destSession, cond::Time_t begin, cond::Time_t end, const std::string &description, bool log) |
bool | iovSorter (const std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > &f, const std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > &s) |
template<typename T , typename Arg1 > | |
bool | is_same_any () |
template<typename T , typename Arg1 , typename Arg2 , typename... Args> | |
bool | is_same_any () |
cond::Hash | makeHash (const std::string &objectType, const cond::Binary &data) |
std::tuple< std::string, std::string, std::string > | parseConnectionString (const std::string &connectionString) |
std::string | parseFipConnectionString (const std::string &fipConnect) |
std::pair< std::string, std::string > | parseTag (const std::string &tag) |
template<typename T > | |
std::vector< T >::const_iterator | search (const cond::Time_t &val, const std::vector< T > &container) |
template<typename T , typename P > | |
void | static_assert_is_same_decayed () |
void | throwException (const std::string &message, const std::string &methodName) |
Enumerator | |
---|---|
UndefinedAuthentication | |
CondDbKey | |
CoralXMLFile |
Definition at line 28 of file ConnectionPool.h.
Enumerator | |
---|---|
NEW | |
UPDATE | |
REPLACE |
Definition at line 14 of file CondDBTools.h.
|
inline |
Definition at line 116 of file Utils.h.
References match(), matches, AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
Referenced by CondDBESSource::CondDBESSource().
bool cond::persistency::copyIov | ( | Session & | session, |
const std::string & | sourceTag, | ||
const std::string & | destTag, | ||
cond::Time_t | souceSince, | ||
cond::Time_t | destSince, | ||
const std::string & | description, | ||
bool | log | ||
) |
Definition at line 163 of file CondDBTools.cc.
References gather_cfg::cout, cond::persistency::Session::createIov(), cond::persistency::Session::editIov(), idDealer::editor, cond::persistency::IOVProxy::end(), cond::persistency::Session::existsIov(), cond::persistency::IOVProxy::find(), cond::persistency::IOVEditor::flush(), cond::persistency::IOVEditor::insert(), cond::persistency::IOVProxy::loadedSize(), AlCaHLTBitMon_ParallelJobs::p, cond::persistency::IOVProxy::payloadObjectType(), cond::persistency::IOVEditor::payloadType(), cond::persistency::Session::readIov(), cond::persistency::IOVEditor::setDescription(), cond::persistency::TransactionScope::start(), cond::persistency::IOVProxy::synchronizationType(), throwException(), cond::persistency::IOVEditor::timeType(), cond::persistency::IOVProxy::timeType(), and cond::persistency::Session::transaction().
size_t cond::persistency::copyTag | ( | const std::string & | sourceTag, |
Session & | sourceSession, | ||
const std::string & | destTag, | ||
Session & | destSession, | ||
UpdatePolicy | policy, | ||
bool | log | ||
) |
Definition at line 15 of file CondDBTools.cc.
References cond::persistency::Session::clearIov(), cond::persistency::Session::connectionString(), gather_cfg::cout, cond::persistency::Session::createDatabase(), cond::persistency::Session::createIov(), cond::persistency::Session::editIov(), idDealer::editor, cond::persistency::Session::existsDatabase(), cond::persistency::Session::existsIov(), fetch(), cond::persistency::IOVEditor::flush(), cond::persistency::IOVEditor::insert(), o2o::iov, cond::persistency::IOVProxy::loadedSize(), NEW, AlCaHLTBitMon_ParallelJobs::p, cond::persistency::IOVProxy::payloadObjectType(), cond::persistency::Session::readIov(), REPLACE, cond::persistency::Transaction::rollback(), cond::persistency::IOVEditor::setDescription(), EcalCondDB::sinces, cond::persistency::TransactionScope::start(), cond::persistency::IOVProxy::synchronizationType(), throwException(), cond::persistency::IOVProxy::timeType(), and cond::persistency::Session::transaction().
unsigned int cond::persistency::countslash | ( | const std::string & | input | ) |
Definition at line 13 of file DbConnectionString.cc.
References KineDebug3::count().
Referenced by getConnectionParams().
void cond::persistency::f_add_column_description | ( | coral::TableDescription & | table, |
const std::string & | columnName, | ||
size_t | size = 0 , |
||
bool | notNull = true |
||
) |
std::pair< std::string, boost::shared_ptr< void > > cond::persistency::fetch | ( | const cond::Hash & | payloadId, |
Session & | session | ||
) |
Definition at line 313 of file CondDBFetch.cc.
References data, fetchOne(), cond::persistency::Session::fetchPayloadData(), newFWLiteAna::found, AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
Referenced by copyTag(), LMFDat::fetch(), and importIovs().
std::pair<std::string,boost::shared_ptr<void> > cond::persistency::fetchIfExists | ( | const cond::Hash & | payloadId, |
Session & | session, | ||
bool & | exists | ||
) |
Definition at line 24 of file CondDBImport.cc.
References data, fetchOne(), cond::persistency::Session::fetchPayloadData(), and AlCaHLTBitMon_QueryRunRegistry::string.
std::pair< std::string, boost::shared_ptr< void > > cond::persistency::fetchOne | ( | const std::string & | payloadTypeName, |
const cond::Binary & | data, | ||
const cond::Binary & | streamerInfo, | ||
boost::shared_ptr< void > | payloadPtr | ||
) |
Definition at line 23 of file CondDBFetch.cc.
References data, FETCH_PAYLOAD_CASE, match(), AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
Referenced by fetch(), and fetchIfExists().
std::string cond::persistency::fullyQualifiedTag | ( | const std::string & | tag, |
const std::string & | connectionString | ||
) |
std::pair< std::string, std::string > cond::persistency::getConnectionParams | ( | const std::string & | connectionString, |
const std::string & | transactionId, | ||
const std::string & | signature | ||
) |
Definition at line 39 of file DbConnectionString.cc.
References autoCondHLT::connectionString, countslash(), getConnectionProtocol(), edm::Service< T >::isAvailable(), cmsLHEtoEOSManager::l, edm::SiteLocalConfig::lookupCalibConnect(), parseFipConnectionString(), alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, and cond::throwException().
Referenced by cond::persistency::ConnectionPool::createCoralSession().
|
inline |
Definition at line 85 of file Utils.h.
References AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
Referenced by getConnectionParams(), and parseConnectionString().
cond::Hash cond::persistency::import | ( | Session & | source, |
const cond::Hash & | sourcePayloadId, | ||
const std::string & | inputTypeName, | ||
const void * | inputPtr, | ||
Session & | destination | ||
) |
Definition at line 35 of file CondDBImport.cc.
References cmsStageWithFailover::destination, IMPORT_PAYLOAD_CASE, match(), getGTfromDQMFile::obj, AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
size_t cond::persistency::importIovs | ( | const std::string & | sourceTag, |
Session & | sourceSession, | ||
const std::string & | destTag, | ||
Session & | destSession, | ||
cond::Time_t | begin, | ||
cond::Time_t | end, | ||
const std::string & | description, | ||
bool | log | ||
) |
Definition at line 85 of file CondDBTools.cc.
References begin, cond::persistency::IOVProxy::begin(), cond::persistency::Session::connectionString(), gather_cfg::cout, cond::persistency::Session::createDatabase(), cond::persistency::Session::createIov(), cond::persistency::Session::editIov(), idDealer::editor, end, cond::persistency::IOVProxy::end(), cond::persistency::Session::existsDatabase(), cond::persistency::Session::existsIov(), fetch(), cond::persistency::IOVProxy::find(), cond::persistency::IOVEditor::flush(), cond::persistency::IOVProxy::getInterval(), cond::persistency::IOVEditor::insert(), cond::persistency::IOVProxy::loadedSize(), AlCaHLTBitMon_ParallelJobs::p, cond::persistency::IOVProxy::payloadObjectType(), cond::persistency::IOVEditor::payloadType(), cond::persistency::Session::readIov(), cond::persistency::IOVEditor::setDescription(), EcalCondDB::sinces, cond::persistency::TransactionScope::start(), cond::persistency::IOVProxy::synchronizationType(), throwException(), cond::persistency::IOVEditor::timeType(), cond::persistency::IOVProxy::timeType(), and cond::persistency::Session::transaction().
bool cond::persistency::iovSorter | ( | const std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > & | f, |
const std::tuple< cond::Time_t, cond::Hash, boost::posix_time::ptime > & | s | ||
) |
Definition at line 151 of file IOVEditor.cc.
References f.
Referenced by cond::persistency::IOVEditor::flush().
bool cond::persistency::is_same_any | ( | ) |
bool cond::persistency::is_same_any | ( | ) |
cond::Hash cond::persistency::makeHash | ( | const std::string & | objectType, |
const cond::Binary & | data | ||
) |
Definition at line 10 of file IOVSchema.cc.
References cond::Binary::data(), cond::hash, i, cond::Binary::size(), throwException(), and tmp.
Referenced by cond::persistency::PAYLOAD::Table::insertIfNew().
|
inline |
Definition at line 93 of file Utils.h.
References getConnectionProtocol(), serviceName, AlCaHLTBitMon_QueryRunRegistry::string, and throwException().
Referenced by CondDBESSource::CondDBESSource(), and CondDBESSource::fillTagCollectionFromGT().
std::string cond::persistency::parseFipConnectionString | ( | const std::string & | fipConnect | ) |
Definition at line 27 of file DbConnectionString.cc.
References convertSQLitetoXML_cfg::connect, edm::FileInPath::fullPath(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getConnectionParams().
std::pair< std::string, std::string > cond::persistency::parseTag | ( | const std::string & | tag | ) |
Definition at line 13 of file GTProxy.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and lumiQTWidget::t.
Referenced by CondDBESSource::CondDBESSource(), and CondDBESSource::setIntervalFor().
std::vector<T>::const_iterator cond::persistency::search | ( | const cond::Time_t & | val, |
const std::vector< T > & | container | ||
) |
Definition at line 282 of file IOVProxy.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by METAnalyzer::dqmBeginRun(), AlignmentMonitorTemplate::event(), and cond::persistency::IOVProxy::find().
|
inline |
Definition at line 82 of file DbCore.h.
References relativeConstraints::value.
void cond::persistency::throwException | ( | const std::string & | message, |
const std::string & | methodName | ||
) |
Definition at line 14 of file Exception.cc.
Referenced by cond::CredentialStore::addUser(), L1CondDBIOVWriter::analyze(), L1CondDBPayloadWriter::analyze(), cond::persistency::GTEditor::checkTransaction(), cond::persistency::IOVEditor::checkTransaction(), cond::persistency::GTProxy::checkTransaction(), cond::persistency::IOVProxy::checkTransaction(), convertoToOracleConnection(), copyIov(), copyTag(), cond::persistency::Session::coralSession(), cond::persistency::GLOBAL_TAG::Table::create(), cond::persistency::TAG::Table::create(), cond::persistency::GLOBAL_TAG_MAP::Table::create(), cond::persistency::PAYLOAD::Table::create(), cond::persistency::IOV::Table::create(), cond::persistency::TAG_LOG::Table::create(), cond::persistency::Session::createGlobalTag(), cond::persistency::Session::createIov(), cond::persistency::Session::createIovForPayload(), cond::persistency::Query< Types...>::currentRow(), fetch(), fetchOne(), cond::persistency::Session::fetchPayload(), cond::persistency::GTEditor::flush(), cond::persistency::IOVEditor::flush(), cond::persistency::KeyList::get(), getConnectionProtocol(), cond::persistency::IOVProxy::getInterval(), cond::persistency::IOVProxy::getMetadata(), import(), importIovs(), cond::persistency::SessionImpl::isOra(), cond::persistency::GTEditor::load(), cond::persistency::GTProxy::load(), cond::persistency::IOVProxy::load(), cond::persistency::PayloadProxy< std::vector< cond::Time_t > >::loadPayload(), makeHash(), cond::persistency::Query< Types...>::next(), cond::persistency::SessionImpl::openDb(), cond::persistency::SessionImpl::openGTDb(), cond::persistency::SessionImpl::openIovDb(), cond::persistency::PayloadProxy< std::vector< cond::Time_t > >::operator()(), cond::persistency::GetFromRow< std::array< char, n > >::operator()(), parseConnectionString(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), cond::persistency::SessionImpl::startTransaction(), cond::persistency::Session::storePayload(), and cond::CredentialStore::updateConnection().