다음을 통해 공유


getAutoCommit Method (SQLServerConnection)

Retrieves the current auto-commit mode for this SQLServerConnection object.

public boolean getAutoCommit()

반환 값

true if auto-commit mode is enabled, false if it is not.

예외

SQLServerException

주의

This getAutoCommit method is specified by the getAutoCommit method in the java.sql.Connection interface.

참고

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members