getAutoCommit()

Syntax:

boolean getAutoCommit() throws SQLException

Description:

Returns the current auto commit mode for new connections on this data source.

Returns:

true if auto commit mode is set; false otherwise

Throws:

SQLException - if a database access error occurs