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