Transaction Functions
| name | description |
|---|---|
| transactionCommit | Commits the current active transaction. |
| transactionRollback | Rolls back the current active transaction to the specified savepoint. |
| transactionSetSavePoint | Creates and stores a new savepoint for the current transaction. You can add multiple savepoints by calling this function multiple times. |