pub unsafe extern "C" fn dpiConn_breakExecution(
conn: *mut dpiConn,
) -> c_intExpand 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.