addBatch (java.lang.String) メソッド
渡された SQL コマンドを、SQLServerPreparedStatement オブジェクトの現在のコマンド一覧に追加します。
public void addBatch(java.lang.String sql)
パラメータ
sql
SQL ステートメントを含む String です。
例外
解説
addBatch メソッドは、java.sql.Statement インターフェイスの addBatch メソッドで規定されています。
SQLServerPreparedStatement オブジェクトが作成される際、SQLServerPreparedStatement オブジェクトの SQL ステートメントが指定されるため、このメソッドを呼び出すと例外が発生します。
参照
リファレンス
SQLServerPreparedStatement クラス
概念
addBatch メソッド (SQLServerPreparedStatement)
SQLServerPreparedStatement メソッド
SQLServerPreparedStatement のメンバ