Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Submits a batch of commands to the database to be run. If all commands run successfully, returns an array of update counts.
Syntax
public int[] executeBatch()
Return Value
An array of int that contain the update counts.
Exceptions
java.sql.BatchUpdateException
Remarks
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.