setBigDecimal メソッド (SQLServerPreparedStatement)
指定されたパラメータの番号を、渡された BigDecimal オブジェクトに設定します。
public final void setBigDecimal(int n,
java.math.BigDecimal x)
パラメータ
n
パラメータの番号を示す int です。
x
BigDecimal オブジェクトです。
例外
解説
setBigDecimal メソッドは、java.sql.PreparedStatement インターフェイスの setBigDecimal メソッドで規定されています。
参照
リファレンス
SQLServerPreparedStatement クラス
概念
SQLServerPreparedStatement メソッド
SQLServerPreparedStatement のメンバ