CUBRID Engine  latest
xa_switch_t Struct Reference

#include <xa.h>

Collaboration diagram for xa_switch_t:
Collaboration graph

Public Attributes

char name [RMNAMESZ]
 
long flags
 
long version
 
int(* xa_open_entry )()
 
int(* xa_close_entry )()
 
int(* xa_start_entry )()
 
int(* xa_end_entry )()
 
int(* xa_rollback_entry )()
 
int(* xa_prepare_entry )()
 
int(* xa_commit_entry )()
 
int(* xa_recover_entry )()
 
int(* xa_forget_entry )()
 
int(* xa_complete_entry )()
 

Detailed Description

Definition at line 64 of file xa.h.

Member Data Documentation

long xa_switch_t::flags

Definition at line 67 of file xa.h.

char xa_switch_t::name[RMNAMESZ]

Definition at line 66 of file xa.h.

long xa_switch_t::version

Definition at line 68 of file xa.h.

int(* xa_switch_t::xa_close_entry) ()

Definition at line 84 of file xa.h.

int(* xa_switch_t::xa_commit_entry) ()

Definition at line 89 of file xa.h.

int(* xa_switch_t::xa_complete_entry) ()

Definition at line 92 of file xa.h.

int(* xa_switch_t::xa_end_entry) ()

Definition at line 86 of file xa.h.

int(* xa_switch_t::xa_forget_entry) ()

Definition at line 91 of file xa.h.

int(* xa_switch_t::xa_open_entry) ()

Definition at line 83 of file xa.h.

int(* xa_switch_t::xa_prepare_entry) ()

Definition at line 88 of file xa.h.

int(* xa_switch_t::xa_recover_entry) ()

Definition at line 90 of file xa.h.

int(* xa_switch_t::xa_rollback_entry) ()

Definition at line 87 of file xa.h.

int(* xa_switch_t::xa_start_entry) ()

Definition at line 85 of file xa.h.


The documentation for this struct was generated from the following file: