#include <IDbSchema.h>
|
virtual void | create ()=0 |
|
virtual bool | exists ()=0 |
|
virtual void | insert (const std::string >Name, const std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0 |
|
virtual bool | select (const std::string >Name, std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0 |
|
virtual bool | select (const std::string >Name, const std::string &preFix, const std::string &postFix, std::vector< std::tuple< std::string, std::string, std::string > > &tags)=0 |
|
virtual | ~IGTMapTable () |
|
Definition at line 179 of file IDbSchema.h.
◆ ~IGTMapTable()
virtual cond::persistency::IGTMapTable::~IGTMapTable |
( |
| ) |
|
|
inlinevirtual |
◆ 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 |