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