Wt 3.3.12
|
An abstract transaction. More...
#include <AbstractUserDatabase>
Inherited by Wt::Auth::Dbo::UserDatabase< DboType >::TransactionImpl.
Public Member Functions | |
virtual | ~Transaction () WT_CXX11ONLY(noexcept(false)) |
Destructor. | |
virtual void | commit ()=0 |
Commits the transaction. | |
virtual void | rollback ()=0 |
Rolls back the transaction. | |
|
virtual |
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.