Function odbc_sys::SQLCancelHandle
source · pub unsafe extern "system" fn SQLCancelHandle(
handle_type: HandleType,
handle: Handle
) -> SqlReturn
Expand description
Cancels the processing on a connection or statement.
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
or INVALID_HANDLE