sqlite::execute Struct Reference

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>

Inheritance diagram for sqlite::execute:
Inheritance graph
[legend]
Collaboration diagram for sqlite::execute:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 execute (connection &con, std::string const &sql, bool immediately=false)
 constructor
virtual ~execute ()
 destructor

Detailed Description

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.


Constructor & Destructor Documentation

sqlite::execute::execute ( connection con,
std::string const &  sql,
bool  immediately = false 
)

constructor

Parameters:
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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends

Generated on 29 May 2014 for VSQLite++ by  doxygen 1.6.1