SYSXASOURCETYPES

The sysxasourcetypes system catalog table stores XA data source types.

The sysxasourcetypes table has the following columns.
Column Type Explanation
xa_source_typeid SERIAL A unique identifier for the source type
xa_source_owner CHAR(32) The user ID of the owner
xa_source_name VARCHAR(128) The name of the source type
xa_flags INTEGER
xa_version INTEGER
xa_open INTEGER UDR ID of xa_open_entry
xa_close INTEGER UDR ID of xa_close_entry
xa_start INTEGER UDR ID of xa_start entry
xa_end INTEGER UDR ID of xa_end_entry
xa_rollback INTEGER UDR ID of xa_rollback_entry
xa_prepare INTEGER UDR ID of xa_prepare_entry
xa_commit INTEGER UDR ID of xa_commit_entry
xa_recover INTEGER UDR ID of xa_recover_entry
xa_forget INTEGER UDR ID of xa_forget_entry
xa_complete INTEGER UDR ID of xa_complete_entry