Was this helpful?
Transaction Operations
IIapi_registerXID()
Reserves a unique ID for a two-phase commit transaction.
IIapi_savePoint()
Marks a savepoint for a partial rollback.
IIapi_prepareCommit()
Begins a two-phase commit for a transaction.
IIapi_autocommit()
Enables or disables an autocommit transaction.
IIapi_commit()
Commits a transaction and frees the transaction ID handle.
IIapi_rollback()
Rolls back a transaction and frees the transaction ID handle.
IIapi_releaseXID()
Releases a unique ID for a two-phase commit transaction.
IIapi_xaStart()
Starts an XA transaction.
IIapi_xaEnd()
Ends an XA transaction.
IIapi_xaPrepare()
Prepares an XA transaction for two-phase commit.
IIapi_xaCommit()
Commits an XA transaction.
IIapi_xaRollback()
Rolls back an XA transaction.
Last modified date: 01/30/2023