SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
Public Member Functions | List of all members
sqlite::deferred_transaction Class Reference

RAII encapsulation of the SQLite deferred transaction. More...

#include <Transaction.h>

Inheritance diagram for sqlite::deferred_transaction:
sqlite::transaction

Public Member Functions

 deferred_transaction (dbconnection &connection)
 Implements a strictly scope-based SQLite deferred transaction. More...
 
virtual void commit ()
 Commit the transaction.
 

Detailed Description

RAII encapsulation of the SQLite deferred transaction.

Definition at line 57 of file Transaction.h.

Constructor & Destructor Documentation

sqlite::deferred_transaction::deferred_transaction ( dbconnection connection)
inline

Implements a strictly scope-based SQLite deferred transaction.

Parameters
[in]connectionthe database connection to begin the transaction on

Definition at line 63 of file Transaction.h.


The documentation for this class was generated from the following file: