CFx SDK Documentation
2023 SP0
|
#include <DbTransactionReactor.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is the base class for custom classes that receive notification of OdDbTransaction events.
<group OdDb_Classes>
Definition at line 49 of file DbTransactionReactor.h.
|
inline |
Definition at line 54 of file DbTransactionReactor.h.
|
virtual |
Notification function called to indicate the outermost transaction has ended.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called when the transaction resident object is involved in a swapIdWith() operation.
pTransObj | [in] Pointer to the first transaction resident object. |
pOtherTransObj | [in] Pointer to the second transaction resident object. |
pDb | [in] Pointer to the database sending the notification. |
OdDbTransactionReactor::ODRX_DECLARE_MEMBERS | ( | OdDbTransactionReactor | ) |
|
virtual |
Notification function called to indicate a transaction has been terminated.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called to indicate a transaction is about to be terminated.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called to indicate a transaction is about to end.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called to indicate a new transaction is about to start.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called to indicate a transaction has ended.
pDb | [in] Pointer to the database sending the notification. |
|
virtual |
Notification function called to indicate a new transaction has started.
pDb | [in] Pointer to the database sending the notification. |