Freigeben über


getXAConnection Method ()

Tries to establish a physical database connection that can be used in a distributed transaction.

public javax.sql.XAConnection getXAConnection()

Rückgabewert

An XAConnection object.

Ausnahmen

java.sql.SQLException

Hinweise

This getXAConnection method is specified by the getXAConnection method in the javax.sql.XADataSource interface.

Hinweis

This method is typically called by XA connection pool implementations and not by regular JDBC application code.

Siehe auch

Referenz

SQLServerXADataSource Class

Konzepte

getXAConnection Method (SQLServerXADataSource)
SQLServerXADataSource Methods
SQLServerXADataSource Members