Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.26 KB

File metadata and controls

47 lines (36 loc) · 1.26 KB
title rollback Method (SQLServerXAResource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerXAResource.rollback
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 93d9d7e6-54b6-4d86-8f8c-386c6057e85e
author David-Engel
ms.author v-daenge

rollback Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Requests that the resource manager roll back work done on behalf of a transaction branch.

Syntax

  
public void rollback(javax.transaction.xa.Xid xid)  

Parameters

xid

An Xid object.

Exceptions

javax.transaction.xa.XAException

Remarks

This rollback method is specified by the rollback method in the javax.transaction.xa.XAResource interface.

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class