public abstract void addBatch () throws SQLException

Adds a set of parameters to this PreparedStatement object's batch of commands.

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed PreparedStatement

See also:
Statement.addBatch

Since:  1.2