ATLAS Offline Software
|
Definition of RDBAccessSvc class. More...
#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBRecordset.h"
#include "AthenaBaseComps/AthService.h"
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | SvcFactory< TYPE > |
class | RDBAccessSvc |
RDBAccessSvc is the implementation of IRDBAccessSvc interface. More... | |
Namespaces | |
coral | |
Typedefs | |
typedef std::map< std::string, IRDBRecordset_ptr > | RecordsetPtrMap |
typedef std::map< std::string, RecordsetPtrMap > | RecordsetPtrsByConn |
typedef std::map< std::string, coral::ISessionProxy * > | SessionMap |
typedef std::pair< std::string, std::string > | TagNameId |
typedef std::map< std::string, TagNameId > | TagNameIdByNode |
typedef std::map< std::string, TagNameIdByNode * > | GlobalTagLookupMap |
Definition of RDBAccessSvc class.
Definition in file RDBAccessSvc.h.
typedef std::map<std::string, TagNameIdByNode*> GlobalTagLookupMap |
Definition at line 48 of file RDBAccessSvc.h.
typedef std::map<std::string, IRDBRecordset_ptr> RecordsetPtrMap |
Definition at line 37 of file RDBAccessSvc.h.
typedef std::map<std::string, RecordsetPtrMap> RecordsetPtrsByConn |
Definition at line 40 of file RDBAccessSvc.h.
typedef std::map<std::string, coral::ISessionProxy*> SessionMap |
Definition at line 43 of file RDBAccessSvc.h.
typedef std::pair<std::string, std::string> TagNameId |
Definition at line 46 of file RDBAccessSvc.h.
typedef std::map<std::string, TagNameId> TagNameIdByNode |
Definition at line 47 of file RDBAccessSvc.h.