Support for Batch Updates

Batch updates allow a Statement object to submit multiple statements as one unit (batch) to an underlying database for processing together.

Any statement added to a batch must return only an update count and cannot return a ResultSet.

See BatchUpdates.java in the sample2 subdirectories for an example of using batch updates with Statement, PreparedStatement, and CallableStatement.

jConnect also supports dynamic PreparedStatements in batch.