Home | Previous Page | Next Page   Database Access > Working with XA-Compliant External Data Sources > Creating User-Defined XA-Support Routines > 3 3 3

The xa_recover( ) function

3

The xa_recover( ) function 3obtains a list of prepared transaction branches from a resource 3manager.

3

The syntax for the function is: 3

3
mint xa_recover (XID *xids,      /* IN/OUT */
3                        int4 count,  /* IN */
3                    mint rmid,     /* IN */
3                    int4 flags)      /* IN */
3 333333333333333333333333333
Table 80. xa_recover( ) Parameters
Parameter Description
xids Array of the XID data structure that is defined 3in the xa.h file and used for the current 3transaction
count Size of the array defined by the count argument
rmid Unique resource manager identifier
flags TMNOFLAGS, which is the valid value.
3

3 3
Note:
3
Currently Dynamic Server does not call the xa_recover( ) function.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]