Condividi tramite


getAutoCommit Method (SQLServerConnection)

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

public boolean getAutoCommit()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members