Condividi tramite


executeBatch Method (SQLServerStatement)

Submits a batch of commands to the database to be run. If all commands run successfully, returns an array of update counts.

public int[] executeBatch()

Valore restituito

An array of ints that contain the update counts.

Eccezioni

SQLServerException

java.sql.BatchUpdateException

Osservazioni

This executeBatch method is specified by the executeBatch method in the java.sql.Statement interface.

After submitting commands to the database, this method clears any command in the batch.

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members