Sets the designated parameter to the given float value.
语法
public void setFloat(java.lang.String sCol,
float f)参数
sCol
A String that contains the parameter name.
f
A float value.
异常
备注
This setFloat method is specified by the setFloat method in the java.sql.CallableStatement interface.