execute can be used for SQL commands which should executed the constructor is defined in a way that it can be used like a function An object of this class is not copyable More...
#include <execute.hpp>
Public Member Functions | |
execute (connection &con, std::string const &sql, bool immediately=false) | |
constructor | |
virtual | ~execute () |
destructor |
execute can be used for SQL commands which should executed the constructor is defined in a way that it can be used like a function An object of this class is not copyable
Definition at line 43 of file execute.hpp.
sqlite::execute::execute | ( | connection & | con, | |
std::string const & | sql, | |||
bool | immediately = false | |||
) |
constructor
con | reference to the connection object which should be used | |
sql | the SQL statement which should be executed | |
immediately | if it is true the sql command will be immediately executed if it is false the command will be executed after an emit or operator() call |
virtual sqlite::execute::~execute | ( | ) | [virtual] |
destructor