32 #ifndef GUARD_SQLITE_EXECUTE_HPP_INCLUDED 33 #define GUARD_SQLITE_EXECUTE_HPP_INCLUDED 60 #endif //GUARD_SQLITE_EXECUTE_HPP_INCLUDED 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...
command is the base class of all sql command classes An object of this class is not copyable ...
virtual ~execute()
destructor
execute(connection &con, std::string const &sql, bool immediately=false)
constructor