#include <IOVProxy.h>
Public Member Functions | |
IOVProxyData (cond::DbSession &dbs) | |
IOVProxyData (cond::DbSession &dbs, const std::string &tok) | |
std::pair< int, int > | range (cond::Time_t since, cond::Time_t till) |
void | refresh () |
void | refresh (cond::DbSession &dbs) |
~IOVProxyData () | |
Public Attributes | |
boost::shared_ptr < cond::IOVSequence > | data |
cond::DbSession | dbSession |
std::string | token |
Definition at line 19 of file IOVProxy.h.
|
inlineexplicit |
Definition at line 20 of file IOVProxy.h.
|
inline |
|
inline |
Definition at line 34 of file IOVProxy.h.
std::pair< int, int > cond::IOVProxyData::range | ( | cond::Time_t | since, |
cond::Time_t | till | ||
) |
Definition at line 20 of file IOVProxy.cc.
void cond::IOVProxyData::refresh | ( | ) |
Definition at line 4 of file IOVProxy.cc.
References data, dbSession, cond::DbSession::getTypedObject(), cond::DbSession::isOldSchema(), geometryXMLtoCSV::parser, cond::DbSession::storage(), and token.
Referenced by Vispa.Main.TabController.TabController::checkModificationTimestamp(), and IOVProxyData().
void cond::IOVProxyData::refresh | ( | cond::DbSession & | dbs | ) |
Definition at line 15 of file IOVProxy.cc.
Referenced by Vispa.Main.TabController.TabController::checkModificationTimestamp().
boost::shared_ptr<cond::IOVSequence> cond::IOVProxyData::data |
Definition at line 43 of file IOVProxy.h.
Referenced by python.multivaluedict.MyUserList::__delitem__(), confdb.HLTProcess::customize(), confdb.HLTProcess::dump(), confdb.HLTProcess::getRawConfigurationFromDB(), refresh(), and confdb.HLTProcess::releaseSpecificCustomize().
cond::DbSession cond::IOVProxyData::dbSession |
Definition at line 42 of file IOVProxy.h.
Referenced by refresh().
std::string cond::IOVProxyData::token |
Definition at line 44 of file IOVProxy.h.
Referenced by refresh().