getAutoCommit Method (SQLServerConnection)

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

public boolean getAutoCommit()

Valor devuelto

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerConnection Class

Conceptos

SQLServerConnection Methods
SQLServerConnection Members