addBatch () メソッド

JDBC ドライバーのダウンロード

SQLServerPreparedStatement オブジェクトのコマンド バッチにパラメーターのセットを追加します。

構文

  
public final void addBatch()  

例外

SQLServerException

解説

この addBatch メソッドは、java.sql.PreparedStatement インターフェイスの addBatch メソッドで指定されています。

参照

addBatch メソッド (SQLServerPreparedStatement)
SQLServerPreparedStatement のメンバー
SQLServerPreparedStatement クラス