setInt メソッド (ISQLServerPreparedStatement)
指定されたパラメーターを、渡された int 値に設定します。
構文
public final void setInt(int n,
int value)
パラメーター
n
パラメーターの番号を示す int です。
value
int 値です。
例外
解説
setInt メソッドは、java.sql.PreparedStatement インターフェイスの setInt メソッドで規定されています。
参照
リファレンス
SQLServerPreparedStatement クラス