This topic has not yet been rated - Rate this topic

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.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.