executeUpdate () メソッド

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

この SQLServerPreparedStatement オブジェクトで SQL ステートメントを実行します。このオブジェクトは、SQL INSERT、UPDATE、MERGE、または DELETE ステートメント、または DDL ステートメントなど、何も返されない SQL ステートメントである必要があります。

構文

  
public int executeUpdate()  

戻り値

影響を受けた行数を示す int です。DDL ステートメントを使用している場合は 0 です。

例外

SQLServerException

解説

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

参照

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