| Wt
    3.3.0
    | 
An abstract transaction. More...
Inherited by Wt::Auth::Dbo::UserDatabase< DboType >::TransactionImpl.
| Public Member Functions | |
| virtual | ~Transaction () | 
| Destructor. | |
| virtual void | commit ()=0 | 
| Commits the transaction. | |
| virtual void | rollback ()=0 | 
| Rolls back the transaction. | |
| Wt::Auth::AbstractUserDatabase::Transaction::~Transaction | ( | ) |  [virtual] | 
Destructor.
If the transaction is not yet finished (committed or rolled back), it will be rolled back.
| virtual void Wt::Auth::AbstractUserDatabase::Transaction::commit | ( | ) |  [pure virtual] | 
Commits the transaction.
| virtual void Wt::Auth::AbstractUserDatabase::Transaction::rollback | ( | ) |  [pure virtual] | 
Rolls back the transaction.
 1.7.5.1
 1.7.5.1