pub unsafe extern "C" fn dpiConn_getInternalName(
conn: *mut dpiConn,
value: *mut *const c_char,
valueLength: *mut u32,
) -> c_intExpand description
Returns the internal 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.