次の方法で共有


addBatch () メソッド

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

構文

public final void addBatch()

例外

SQLServerException

解説

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

参照

リファレンス

SQLServerPreparedStatement クラス

概念

addBatch メソッド (ISQLServerPreparedStatement)
SQLServerPreparedStatement のメンバー