Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.31 KB

File metadata and controls

42 lines (33 loc) · 1.31 KB
title getTransactionTimeout 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.getTransactionTimeout
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ed0a37e9-1132-4d3f-b88f-8be674e852b1
author David-Engel
ms.author v-daenge

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