getAutoCommit 메서드(SQLServerConnection)
이 SQLServerConnection 개체에 대한 현재 자동 커밋 모드를 검색합니다.
구문
public boolean getAutoCommit()
Return Value
자동 커밋 모드를 사용하도록 설정하면 true 이고, 그렇지 않으면 false 입니다.
예외
설명
이 getAutoCommit 메서드는 java.sql.Connection 인터페이스의 getAutoCommit 메서드에 의해 지정됩니다.