9 #ifndef anna_dbms_StatementTranslator_hpp 10 #define anna_dbms_StatementTranslator_hpp 49 const char* getName()
const {
return a_name; }
71 virtual const char*
apply(
const char* statement) noexcept(
false) = 0;
Definition: Database.hpp:37
StatementTranslator(const char *name)
Definition: StatementTranslator.hpp:56
Definition: StatementTranslator.hpp:44
virtual const char * apply(const char *statement) noexcept(false)=0