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