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

public boolean getAutoCommit()

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also