company logo

ObjectSpace :: rollbackTransaction - Rollback transaction

The function discards all changes made in the transaction and terminates the transaction. When terminating a transaction for a given transaction level, all transactions on lower levels are discarded as well.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    ObjectSpace  :: rollbackTransaction (  )
  2. to list
  3. - internal feature (not documented)
    ObjectSpace  :: rollbackTransaction ( int32 iTransactionLevel )
    • iTransactionLevel - Transaction level

      The transaction level identifies a transaction within a hierarchy of nested transactions. The out most transaction starts with number 1.

  4. to list