32#ifndef GUARD_SQLITE_EXECUTE_HPP_INCLUDED
33#define GUARD_SQLITE_EXECUTE_HPP_INCLUDED
command(connection &con, std::string const &sql)
command constructor
connection is used to open, close, attach and detach a database. Further it has to be passed to all c...
execute(connection &con, std::string const &sql, bool immediately=false)
constructor
virtual ~execute()
destructor