RAII encapsulation of the SQLite exclusive transaction. More...
#include <Transaction.h>
Public Member Functions | |
| exclusive_transaction (dbconnection &connection) | |
| Implements a strictly scope-based SQLite exclusive transaction. More... | |
| virtual void | commit () |
| Commit the transaction. | |
RAII encapsulation of the SQLite exclusive transaction.
Definition at line 83 of file Transaction.h.
|
inline |
Implements a strictly scope-based SQLite exclusive transaction.
| [in] | connection | the database connection to begin the transaction on |
Definition at line 89 of file Transaction.h.
1.8.6