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

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

#include <Transaction.h>

Inheritance diagram for sqlite::exclusive_transaction:
sqlite::transaction

Public Member Functions

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

Detailed Description

RAII encapsulation of the SQLite exclusive transaction.

Definition at line 83 of file Transaction.h.

Constructor & Destructor Documentation

sqlite::exclusive_transaction::exclusive_transaction ( dbconnection connection)
inline

Implements a strictly scope-based SQLite exclusive transaction.

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

Definition at line 89 of file Transaction.h.


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