Function odbc_sys::SQLEndTran[][src]

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

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.