3. OpenAPI Data Types : OpenAPI Data Structures : IIAPI_II_TRAN_ID Data Type--Identify Local Ingres Transaction ID
 
Share this page                  
IIAPI_II_TRAN_ID Data Type--Identify Local Ingres Transaction ID
The IIAPI_II_TRAN_ID data type specifies a local Ingres transaction ID.
This data type has the following syntax:
typedef struct _IIAPI_II_TRAN_ID
{
        II_UINT4      it_highTran;
        II_UINT4      it_lowTran;
} IIAPI_II_TRAN_ID;
This data type has the following parameters:
it_highTran
Specifies the high order bytes of the transaction ID.
it_lowTran
Specifies the low order bytes of the transaction ID.