Class SQLServerXAConnection

java.lang.Object
com.microsoft.sqlserver.jdbc.SQLServerPooledConnection
com.microsoft.sqlserver.jdbc.SQLServerXAConnection
All Implemented Interfaces:
Serializable, PooledConnection, XAConnection

public final class SQLServerXAConnection extends SQLServerPooledConnection implements XAConnection
Provides JDBC connections that can participate in distributed (XA) transactions.
See Also:
Serialized Form