CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CondDBImport.h
Go to the documentation of this file.
1 #ifndef Utilities_CondDBImport_h
2 #define Utilities_CondDBImport_h
3 
6 //
7 
8 namespace cond {
9 
10  namespace persistency {
11 
12  cond::Hash import( Session& source, const cond::Hash& sourcePayloadId, const std::string& inputTypeName, const void* inputPtr, Session& destination );
13 
14  std::pair<std::string,boost::shared_ptr<void> > fetch( const cond::Hash& payloadId, Session& session );
15  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, bool is\
16 Ora );
17 
18  }
19 
20 }
21 
22 #endif
string destination
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, bool is Ora)
std::string Hash
Definition: Types.h:43
std::pair< std::string, boost::shared_ptr< void > > fetch(const cond::Hash &payloadId, Session &session)
Definition: CondDBFetch.cc:293
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
static std::string const source
Definition: EdmProvDump.cc:42