共用方式為


SQLServerXAConnection 成員

下載 JDBC 驅動程式

下表列出由 SQLServerXAConnection 類別公開的成員。

建構函式

無。

欄位

無。

繼承的欄位

無。

方法

名稱 描述
addConnectionEventListener (繼承自 SQLServerPooledConnection) 註冊指定的事件接聽程式,如此一來,當這個 Connection 物件上發生事件時,它就可以收到通知。
close (繼承自 SQLServerPooledConnection) 關閉這個 Connection 物件所代表的實體連接。
getConnection (繼承自 SQLServerPooledConnection) 建立這個 Connection 物件所代表實體連接的物件控制代碼。
getXAResource 擷取 SQLServerXAResource 物件,交易管理員將會使用它來管理參與分散式交易中的這個 SQLServerXAConnection 物件。
removeConnectionEventListener (繼承自 SQLServerPooledConnection) 移除指定的事件接聽程式。

繼承的方法

類別繼承自: 方法
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

另請參閱

SQLServerXAConnection 類別