Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.25 KB

File metadata and controls

47 lines (36 loc) · 1.25 KB
title forget 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.forget
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6d83138d-aa45-4d94-9da6-fdfe7ed28edc
author David-Engel
ms.author v-daenge

forget Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Tells the resource manager to forget about a heuristically completed transaction branch.

Syntax

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

Parameters

xid

An Xid object.

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class