API actions (transactions)
Action | Description |
|---|---|
returns a | |
bookmarks the current point in the transaction process. You can create multiple savepoints and use | |
reverts a transaction back to a savepoint previously created by | |
closes a transaction and makes its changes durable and visible to other transactions. You can include the | |
closes a transaction and discards all changes made under the control of the transaction. Once a transaction is closed, you can no longer use its | |
returns a list of all active transactions that the logged-in account is authorized to see. |