다음을 통해 공유


SQLServerXAConnection 멤버

JDBC 드라이버 다운로드

다음 표에는 SQLServerXAConnection 클래스에 의해 노출되는 멤버가 나와 있습니다.

생성자

없음

필드

없음

상속된 필드

없음

메서드

속성 설명
addConnectionEventListener SQLServerPooledConnection에서 상속되며, 지정된 이벤트 수신기를 등록하여 이 Connection 개체에서 이벤트가 발생할 때 해당 수신기가 알림을 받도록 합니다.
close SQLServerPooledConnection에서 상속되며, 이 Connection 개체가 나타내는 실제 연결을 닫습니다.
getConnection SQLServerPooledConnection에서 상속되며, 이 Connection 개체가 나타내는 실제 연결에 대한 개체 핸들을 만듭니다.
getXAResource 트랜잭션 관리자가 분산 트랜잭션에서 이 SQLServerXAConnection 개체의 참여를 관리하는 데 사용할 SQLServerXAResource 개체를 검색합니다.
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 클래스