odbc_sys

Function SQLEndTran

Source
pub unsafe extern "system" fn SQLEndTran(
    handle_type: HandleType,
    handle: Handle,
    completion_type: CompletionType,
) -> SqlReturn
Expand description

Requests a commit or rollback operation for all active operations on all statements associated with a handle.

ยงReturns

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.