Sets the designated parameter to the given double value.
public void setDouble(java.lang.String sCol,
double d)
參數
sCol
A String that contains the parameter name.
d
A double value.
例外狀況
備註
This setDouble method is specified by the setDouble method in the java.sql.CallableStatement interface.
另請參閱
參考
SQLServerCallableStatement Class
概念
SQLServerCallableStatement Methods
SQLServerCallableStatement Members