abortTransaction
obviously aborts the Transaction in progress.
This is done by calling undoObjectChanges on each Objects metaobject, and
calling abortTransaction on the DB.
![]() |
Type | Name | Description | ||
CacheManager | mng | a CacheManager that provides the list of objects
that participate in the Transaction. (mng.transObjects)
|
|||
Database | db | a Database , in which all participating Objects must be
|
![]() |
Return | Description | ||
void |