Go to the source code of this file.
|
bool | cond::persistency::compareTags (const std::string &firstTag, Session &firstSession, const std::string &firstFileName, const std::string &secondTag, Session &secondSession, const std::string &secondFileName) |
|
bool | cond::persistency::copyIov (Session &session, const std::string &sourceTag, const std::string &destTag, cond::Time_t souceSince, cond::Time_t destSince, bool log) |
|
size_t | cond::persistency::copyTag (const std::string &sourceTag, Session &sourceSession, const std::string &destTag, Session &destSession, UpdatePolicy policy, bool log, bool forValidation) |
|
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, bool log) |
|
bool | cond::persistency::validateTag (const std::string &refTag, Session &refSession, const std::string &candTag, Session &candSession) |
|