#include <CdbCommandTransVoid.hh>
Inheritance diagram for CdbCommandTransVoid:

Public Member Functions | |
| CdbCommandTransVoid () | |
| Constructor. | |
| virtual | ~CdbCommandTransVoid () |
| Destructor. | |
| virtual CdbStatus | start () |
| Start a new transaction. | |
| virtual CdbStatus | commit () |
| Commit an active transaction. | |
| virtual CdbStatus | commitAndHold () |
| Commit and hold an active transaction. | |
| virtual CdbStatus | abort () |
| Abort an active transaction. | |
Operations implemented by this class does not do anything at all.
This manager can be used either when the corresponding operation does not need any transaction at all, or if the proper transaction context is already established.
Definition at line 17 of file CdbCommandTransVoid.hh.
|
|
Constructor.
Definition at line 14 of file CdbCommandTransVoid.cc. |
|
|
Destructor.
Definition at line 18 of file CdbCommandTransVoid.cc. |
|
|
Abort an active transaction. Implement a pure virtual method defined by the base class.
Implements CdbCommandTrans. Definition at line 40 of file CdbCommandTransVoid.cc. References CdbStatus::Success. |
|
|
Commit an active transaction. Implement a pure virtual method defined by the base class.
Implements CdbCommandTrans. Definition at line 28 of file CdbCommandTransVoid.cc. References CdbStatus::Success. |
|
|
Commit and hold an active transaction. Implement a pure virtual method defined by the base class.
Implements CdbCommandTrans. Definition at line 34 of file CdbCommandTransVoid.cc. References CdbStatus::Success. |
|
|
Start a new transaction. Implement a pure virtual method defined by the base class.
Implements CdbCommandTrans. Definition at line 22 of file CdbCommandTransVoid.cc. References CdbStatus::Success. |
1.3-rc3