setAutoCommit(boolean mode)

Syntax:

void setAutoCommit(boolean mode) throws SQLException

Description:

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

Parameters:

mode

the requested auto commit mode: true to enable auto commit, false to disable it

Throws:

SQLException - if a database access error occurs