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.
另請參閱
參考
SQLServerCallableStatement Class
概念
SQLServerCallableStatement Methods
SQLServerCallableStatement Members