共用方式為


setBigDecimal Method (SQLServerPreparedStatement)

Sets the designated parameter number to the given BigDecimal object.

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

參數

n

An int that indicates the parameter number.

x

A BigDecimal object.

例外狀況

SQLServerException

備註

This setBigDecimal method is specified by the setBigDecimal method in the java.sql.PreparedStatement interface.

另請參閱

參考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members