ATLAS Offline Software
Loading...
Searching...
No Matches
RDBAccessSvc.h File Reference

Definition of RDBAccessSvc class. More...

#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBRecordset.h"
#include "AthenaBaseComps/AthService.h"
#include <string>
#include <string_view>
#include <map>
Include dependency graph for RDBAccessSvc.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Definition of RDBAccessSvc class.

Author
Vakho Tsulaia Vakht.nosp@m.ang..nosp@m.Tsula.nosp@m.ia@c.nosp@m.ern.c.nosp@m.h

Definition in file RDBAccessSvc.h.

Typedef Documentation

◆ GlobalTagLookupMap

typedef std::map<std::string, TagNameIdByNode*, std::less<> > GlobalTagLookupMap

Definition at line 49 of file RDBAccessSvc.h.

◆ RecordsetPtrMap

typedef std::map<std::string, IRDBRecordset_ptr, std::less<> > RecordsetPtrMap

Definition at line 38 of file RDBAccessSvc.h.

◆ RecordsetPtrsByConn

typedef std::map<std::string, RecordsetPtrMap, std::less<> > RecordsetPtrsByConn

Definition at line 41 of file RDBAccessSvc.h.

◆ SessionMap

typedef std::map<std::string, coral::ISessionProxy*, std::less<> > SessionMap

Definition at line 44 of file RDBAccessSvc.h.

◆ TagNameId

typedef std::pair<std::string, std::string> TagNameId

Definition at line 47 of file RDBAccessSvc.h.

◆ TagNameIdByNode

typedef std::map<std::string, TagNameId, std::less<> > TagNameIdByNode

Definition at line 48 of file RDBAccessSvc.h.