次の方法で共有


setDouble メソッド (ISQLServerPreparedStatement)

指定されたパラメーターを、渡された double 値に設定します。

構文

public final void setDouble(int n,
                            double x)

パラメーター

n

パラメーターの番号を示す int です。

x

double 値です。

例外

SQLServerException

解説

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

参照

リファレンス

SQLServerPreparedStatement クラス

概念

SQLServerPreparedStatement のメンバー