共用方式為


setBigDecimal Method (SQLServerCallableStatement)

Sets the designated parameter number to the given BigDecimal object.

public void setBigDecimal(java.lang.String sCol,
                          java.math.BigDecimal bd)

參數

sCol

A String that contains the parameter name.

bd

A BigDecimal object.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerCallableStatement Class

概念

SQLServerCallableStatement Methods
SQLServerCallableStatement Members