다음을 통해 공유


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()

반환 값

An array of ints that contain the update counts.

예외

SQLServerException

java.sql.BatchUpdateException

주의

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.

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members