Connection.getAutoCommit

Connection.getAutoCommit

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean getAutoCommit() throws SQLException
Returns
Current state of auto-commit mode.
Description
Get the current auto-commit state.

Exceptions
SQLException if a database-access error occurs.
See Also
setAutoCommit