Class: Runtime
Description
This method causes the current transaction fence to stop, and unwinds the processing stack back to the point where the start pointer was established through the start method.
Syntax
Runtime.rollback(savepoint)
Parameters
savepoint |
A valid value that was returned from the execution of the method Runtime.start. If absent or null, all transactions will be rolled back. |
Returns
Void
When Became Available
Profile v6.3
Example
do Runtime.rollback(savepnt)