setBigDecimal メソッド (SQLServerPreparedStatement)

JDBC ドライバーのダウンロード

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

構文

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

パラメーター

n

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

x

BigDecimal オブジェクト。

例外

SQLServerException

解説

この setBigDecimal メソッドは、java.sql.PreparedStatement インターフェイスの setBigDecimal メソッドによって指定されます。

参照

SQLServerPreparedStatement のメンバー
SQLServerPreparedStatement クラス