pub type dpiTpcBeginFlags = u32;Expand description
This enumeration identifies the flags that can be used when calling
dpiConn_tpcBegin().
| Value | Description |
|---|---|
DPI_TPC_BEGIN_JOIN | Joins an existing global transaction. |
DPI_TPC_BEGIN_NEW | Creates a new global transaction. |
DPI_TPC_BEGIN_PROMOTE | Promotes a local transaction to a global transaction. |
DPI_TPC_BEGIN_RESUME | Resumes an existing global transaction. |