次の方法で共有


setBigDecimal メソッド (ISQLServerPreparedStatement)

指定されたパラメーターの番号を、渡された BigDecimal オブジェクトに設定します。

構文

public final void setBigDecimal(int n,
                                java.math.BigDecimal x)

パラメーター

n

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

x

BigDecimal オブジェクトです。

例外

SQLServerException

解説

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

参照

リファレンス

SQLServerPreparedStatement クラス

概念

SQLServerPreparedStatement のメンバー