Wolframe, 0.0.3

baseStatement.hpp File Reference

Interface to substitute parameters in embedded SQL statements. More...

#include "database/statement.hpp"
#include <vector>
#include <bitset>

Go to the source code of this file.

Classes

class  _Wolframe::db::BaseStatement
 Implements basic parsing of the Wolframe SQL statement with placeholders, derived classes can steer how the SQL string is converted to native format. More...
 

Namespaces

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

Detailed Description

Interface to substitute parameters in embedded SQL statements.