| title | SQLServerXAConnection Members | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | 4b61dabd-369b-460c-8450-9fe424f76541 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
The following tables list the members that are exposed by the SQLServerXAConnection class.
None.
None.
None.
| Name | Description |
|---|---|
| addConnectionEventListener | (Inherited from SQLServerPooledConnection) Registers the given event listener so that it will be notified when an event occurs on this Connection object. |
| close | (Inherited from SQLServerPooledConnection) Closes the physical connection that this Connection object represents. |
| getConnection | (Inherited from SQLServerPooledConnection) Creates an object handle for the physical connection that this Connection object represents. |
| getXAResource | Retrieves a SQLServerXAResource object that the transaction manager will use to manage the participation of this SQLServerXAConnection object in a distributed transaction. |
| removeConnectionEventListener | (Inherited from SQLServerPooledConnection) Removes the given event listener. |
| Class inherited from: | Methods |
|---|---|
| com.microsoft.sqlserver.jdbc.SQLServerPooledConnection | addConnectionEventListener, close, getConnection, removeConnectionEventListener |
| java.lang.Object | clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |
| javax.sql.PooledConnection | addConnectionEventListener, close, getConnection, removeConnectionEventListener |