dpiTpcBeginFlags

Type Alias dpiTpcBeginFlags 

Source
pub type dpiTpcBeginFlags = u32;
Expand description

This enumeration identifies the flags that can be used when calling dpiConn_tpcBegin().

ValueDescription
DPI_TPC_BEGIN_JOINJoins an existing global transaction.
DPI_TPC_BEGIN_NEWCreates a new global transaction.
DPI_TPC_BEGIN_PROMOTEPromotes a local transaction to a global transaction.
DPI_TPC_BEGIN_RESUMEResumes an existing global transaction.