Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.18 KB

rollback-method-sqlserverxaresource.md

File metadata and controls

42 lines (31 loc) · 1.18 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
rollback Method (SQLServerXAResource)
rollback Method (SQLServerXAResource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerXAResource.rollback
Assembly

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