Function odbc_sys::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
.