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.
예외
주의
This setShort method is specified by the setShort method in the java.sql.CallableStatement interface.
참고 항목
참조
SQLServerCallableStatement Class
개념
SQLServerCallableStatement Methods
SQLServerCallableStatement Members