Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.38 KB

File metadata and controls

46 lines (37 loc) · 1.38 KB
title getTransactionTimeout Method (SQLServerXAResource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerXAResource.getTransactionTimeout
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ed0a37e9-1132-4d3f-b88f-8be674e852b1
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg

getTransactionTimeout Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Obtains the current transaction timeout value set for this SQLServerXAResource object.

Syntax

  
public int getTransactionTimeout()  

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class