![]() |
ATLAS Offline Software
|
Definition of RDBAccessSvc class. More...
#include "RDBAccessSvc/IRDBAccessSvc.h"#include "RDBRecordset.h"#include "AthenaBaseComps/AthService.h"#include <string>#include <string_view>#include <map>Go to the source code of this file.
Classes | |
| class | RDBAccessSvc |
| RDBAccessSvc is the implementation of IRDBAccessSvc interface. More... | |
Namespaces | |
| namespace | coral |
Typedefs | |
| typedef std::map< std::string, IRDBRecordset_ptr, std::less<> > | RecordsetPtrMap |
| typedef std::map< std::string, RecordsetPtrMap, std::less<> > | RecordsetPtrsByConn |
| typedef std::map< std::string, coral::ISessionProxy *, std::less<> > | SessionMap |
| typedef std::pair< std::string, std::string > | TagNameId |
| typedef std::map< std::string, TagNameId, std::less<> > | TagNameIdByNode |
| typedef std::map< std::string, TagNameIdByNode *, std::less<> > | GlobalTagLookupMap |
Definition of RDBAccessSvc class.
Definition in file RDBAccessSvc.h.
| typedef std::map<std::string, TagNameIdByNode*, std::less<> > GlobalTagLookupMap |
Definition at line 49 of file RDBAccessSvc.h.
| typedef std::map<std::string, IRDBRecordset_ptr, std::less<> > RecordsetPtrMap |
Definition at line 38 of file RDBAccessSvc.h.
| typedef std::map<std::string, RecordsetPtrMap, std::less<> > RecordsetPtrsByConn |
Definition at line 41 of file RDBAccessSvc.h.
| typedef std::map<std::string, coral::ISessionProxy*, std::less<> > SessionMap |
Definition at line 44 of file RDBAccessSvc.h.
| typedef std::pair<std::string, std::string> TagNameId |
Definition at line 47 of file RDBAccessSvc.h.
| typedef std::map<std::string, TagNameId, std::less<> > TagNameIdByNode |
Definition at line 48 of file RDBAccessSvc.h.