dpiConn_getExternalName

Function dpiConn_getExternalName 

Source
pub unsafe extern "C" fn dpiConn_getExternalName(
    conn: *mut dpiConn,
    value: *mut *const c_char,
    valueLength: *mut u32,
) -> c_int
Expand description

Returns 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.