Transaction Functions

namedescription
transactionCommitCommits the current active transaction.
transactionRollbackRolls back the current active transaction to the specified savepoint.
transactionSetSavePointCreates and stores a new savepoint for the current transaction. You can add multiple savepoints by calling this function multiple times.