pub unsafe extern "C" fn dpiConn_tpcEnd(
conn: *mut dpiConn,
xid: *mut dpiXid,
flags: u32,
) -> c_intExpand description
Ends a TPC (two-phase commit) transaction with the given transaction id (XID).
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.