CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
cond::persistency::IGTMapTable Class Referenceabstract

#include <IDbSchema.h>

Inheritance diagram for cond::persistency::IGTMapTable:
cond::persistency::OraGTMapTable

Public Member Functions

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 101 of file IDbSchema.h.

Constructor & Destructor Documentation

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

Definition at line 103 of file IDbSchema.h.

103 {}

Member Function Documentation

virtual bool cond::persistency::IGTMapTable::exists ( )
pure virtual
virtual void cond::persistency::IGTMapTable::insert ( const std::string &  gtName,
const std::vector< std::tuple< std::string, std::string, std::string > > &  tags 
)
pure virtual
virtual bool cond::persistency::IGTMapTable::select ( const std::string &  gtName,
std::vector< std::tuple< std::string, std::string, std::string > > &  tags 
)
pure virtual
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