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