Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.31 KB

File metadata and controls

52 lines (39 loc) · 1.31 KB
title start 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.start
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 33c90213-92f7-416b-b2fa-67a1afe64e97
author David-Engel
ms.author v-daenge

start Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Starts work on behalf of a transaction branch that is specified in the Xid object.

Syntax

  
public void start(javax.transaction.xa.Xid xid,  
                  int flags)  

Parameters

xid

An Xid object.

flags

An int value.

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class