Commits an indoubt transaction (that is, a transaction that is prepared to be committed). If the operation succeeds, the transaction's state becomes heuristically committed.
Scope
This API only affects the node on which it is issued.
Authorization
One of the following:
Required Connection
Database
Version
sqlxa.h
C API Syntax
/* File: sqlxa.h */ /* API: Commit an Indoubt Transaction */ /* ... */ extern int SQL_API_FN sqlxphcm( int exe_type, SQLXA_XID *pTransId, struct sqlca *pSqlca ); /* ... */ |
API Parameters
Usage Notes
Only transactions with a status of prepared can be committed. Once heuristically committed, the database manager remembers the state of the transaction until sqlxhfrg - Forget Transaction Status is issued.
For information about the SQLXA_XID structure, see SQLXA-XID.