dpiConn_breakExecution

Function dpiConn_breakExecution 

Source
pub unsafe extern "C" fn dpiConn_breakExecution(
    conn: *mut dpiConn,
) -> c_int
Expand description

Performs an immediate (asynchronous) termination of any currently executing function on the server associated with the connection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.