setShort Method (SQLServerCallableStatement)

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.

异常

SQLServerException

备注

This setShort method is specified by the setShort method in the java.sql.CallableStatement interface.

另请参见

参考

SQLServerCallableStatement Class

概念

SQLServerCallableStatement Methods
SQLServerCallableStatement Members