OpenAPI User Guide > OpenAPI User Guide > OpenAPI Data Types > OpenAPI Data Structures > IIAPI_II_DIS_TRAN_ID Data Type--Identify Distributed Ingres Transaction ID
Was this helpful?
IIAPI_II_DIS_TRAN_ID Data Type--Identify Distributed Ingres Transaction ID
The IIAPI_II_DIS_TRAN_ID data type specifies and names a distributed Ingres transaction.
This data type has the following syntax:
typedef struct _IIAPI_II_DIS_TRAN_ID
{
        IIAPI_II_TRAN_ID   ii_tranID;
        II_CHAR            ii_tranName[IIAPI_TRAN_MAXNAME];
} IIAPI_II_DIS_TRAN_ID;
This data type has the following parameters:
ii_tranID
Specifies the unique transaction ID of the distributed transaction. This ID is an 8-byte ID stored in the IIAPI_II_TRAN_ID data type.
ii_tranName
Specifies the unique transaction name of the Ingres transaction. It is a NULL-terminated string representing the transaction. The name must not be more than 63 bytes, leaving one byte for NULL.
Last modified date: 01/30/2023