CONZEPT 16 C++ API
|
Transactions performed by the user accessing the database. More...
#include "C16/Transactions.hpp"
Transactions performed by the user accessing the database.
Public Member Functions | |
virtual int | depth () const =0 |
Gets the depth of the transactions. More... | |
virtual void | abort_all ()=0 |
Aborts all active transactions. More... | |
|
pure virtual |
Gets the depth of the transactions.
The depth is the number of active transactions.
|
pure virtual |
Aborts all active transactions.
All manipulations to database entities that are covered by transactions will be rejected.
The state of all active transactions will be aborted.