Gets a list of all indoubt transactions for the currently connected database.
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: List Indoubt Transactions */ /* ... */ extern int SQL_API_FN sqlxphqr( int exe_type, SQLXA_RECOVER **ppIndoubtData, sqlint32 *pNumIndoubts, struct sqlca *pSqlca ); /* ... */ |
API Parameters