SQLServerXAConnection Members
The following tables list the members that are exposed by the SQLServerXAConnection class.
Constructors
None.
Fields
None.
Inherited Fields
None.
Methods
| Name | Description |
|---|---|
| (Inherited from SQLServerPooledConnection) Registers the given event listener so that it will be notified when an event occurs on this Connection object. | |
| (Inherited from SQLServerPooledConnection) Closes the physical connection that this Connection object represents. | |
| (Inherited from SQLServerPooledConnection) Creates an object handle for the physical connection that this Connection object represents. | |
| Retrieves a SQLServerXAResource object that the transaction manager will use to manage the participation of this SQLServerXAConnection object in a distributed transaction. | |
| (Inherited from SQLServerPooledConnection) Removes the given event listener. |
Inherited Methods
| 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 |
