Wolframe, 0.0.3

substitutingStatement.hpp File Reference

Interface to an abstract database statement class. More...

#include "database/baseStatement.hpp"
#include <map>

Go to the source code of this file.

Classes

class  _Wolframe::db::SubstitutingStatement
 An abstract statement class which allows derived classes to provide a simple escaping function which encodes the data which is stored directly in the SQL statement. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::db
 Database related classes (implemented in the library libwolframe_database)
 

Detailed Description

Interface to an abstract database statement class.

Remarks
A generic statement class which takes the string and replaces the placeholders direcly with the data (more as prove of concept). To be useful a derived class has at least to implement the 'convert' method