You can 3create user-defined XA-support routines, such as xa_open( ), xa_start( ), xa_prepare( ), xa_rollback( ), xa_commit( ), xa_recover( ), xa_complete( ), xa_forget( ), xa_close( ), 3and xa_end( ). These purpose functions, 3which are described in this section, are used for transaction management.
3You use these functions when you create new XA data source types 3for external XA-compliant data sources.
3 3 3There is no reason to invoke these functions directly from SQL 3or from user-defined routines.
3The functions that you create must follow X/Open XA standards.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]