VSQLite++ 0.3
Loading...
Searching...
No Matches
execute.hpp File Reference

Simple helper derived from sqlite::command for fire-and-forget statements. More...

#include <sqlite/command.hpp>
Include dependency graph for execute.hpp:

Go to the source code of this file.

Classes

struct  sqlite::v2::execute
 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...

Namespaces

namespace  sqlite
namespace  sqlite::v2

Detailed Description

Simple helper derived from sqlite::command for fire-and-forget statements.

Creating an sqlite::execute object optionally runs the SQL immediately and keeps the prepared statement alive for repeated calls to step_once() or operator().

Definition in file execute.hpp.