pub unsafe extern "C" fn dpiConn_setExternalName(
conn: *mut dpiConn,
value: *const c_char,
valueLength: u32,
) -> c_intExpand description
Sets the external name that is being used by the connection. This value is used when logging distributed transactions.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.