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