32 #ifndef GUARD_SQLITE_EXECUTE_HPP_INCLUDED
33 #define GUARD_SQLITE_EXECUTE_HPP_INCLUDED
command is the base class of all sql command classes An object of this class is not copyable
connection is used to open, close, attach and detach a database. Further it has to be passed to all c...
execute can be used for SQL commands which should executed the constructor is defined in a way that i...
execute(connection &con, std::string const &sql, bool immediately=false)
constructor
virtual ~execute()
destructor