executeBatch メソッド (SQLServerStatement)
実行するコマンド バッチをデータベースに送信します。 すべてのコマンドが正常に実行されている場合は、更新数の配列が返されます。
public int[] executeBatch()
戻り値
例外
java.sql.BatchUpdateException
解説
executeBatch メソッドは、java.sql.Statement インターフェイスの executeBatch メソッドで規定されています。
コマンドをデータベースに送信した後、このメソッドはバッチ内のすべてのコマンドをクリアします。