CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::IGTMapTable Class Referenceabstract

#include <IDbSchema.h>

Inheritance diagram for cond::persistency::IGTMapTable:
cond::persistency::GLOBAL_TAG_MAP::Table

Public Member Functions

virtual void create ()=0
 
virtual bool exists ()=0
 
virtual void insert (const std::string &gtName, const std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0
 
virtual bool select (const std::string &gtName, std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0
 
virtual bool select (const std::string &gtName, const std::string &preFix, const std::string &postFix, std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0
 
virtual ~IGTMapTable ()
 

Detailed Description

Definition at line 179 of file IDbSchema.h.

Constructor & Destructor Documentation

◆ ~IGTMapTable()

virtual cond::persistency::IGTMapTable::~IGTMapTable ( )
inlinevirtual

Definition at line 181 of file IDbSchema.h.

181 {}

Member Function Documentation

◆ create()

virtual void cond::persistency::IGTMapTable::create ( )
pure virtual

◆ exists()

virtual bool cond::persistency::IGTMapTable::exists ( )
pure virtual

◆ insert()

virtual void cond::persistency::IGTMapTable::insert ( const std::string &  gtName,
const std::vector< std::tuple< std::string, std::string, std::string > > &  tags 
)
pure virtual

◆ select() [1/2]

virtual bool cond::persistency::IGTMapTable::select ( const std::string &  gtName,
std::vector< std::tuple< std::string, std::string, std::string > > &  tags 
)
pure virtual

◆ select() [2/2]

virtual bool cond::persistency::IGTMapTable::select ( const std::string &  gtName,
const std::string &  preFix,
const std::string &  postFix,
std::vector< std::tuple< std::string, std::string, std::string > > &  tags 
)
pure virtual