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