Freigeben über


getAutoCommit Method (SQLServerConnection)

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

public boolean getAutoCommit()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members