transaction is a helper class to start transactions within SQLite
More...
#include <transaction.hpp>
|
void | exec (std::string const &) |
|
transaction is a helper class to start transactions within SQLite
Definition at line 41 of file transaction.hpp.
sqlite::transaction::transaction |
( |
connection & |
con | ) |
|
constructor
- Parameters
-
con | a reference to the connection object where the transaction should be started/ended/committed or rolled back in |
sqlite::transaction::~transaction |
( |
| ) |
|
void sqlite::transaction::begin |
( |
| ) |
|
void sqlite::transaction::commit |
( |
| ) |
|
void sqlite::transaction::end |
( |
| ) |
|
void sqlite::transaction::exec |
( |
std::string const & |
| ) |
|
|
private |
void sqlite::transaction::rollback |
( |
| ) |
|
Rolls back a transaction.
The documentation for this struct was generated from the following file: