Sets the designated parameter to the given byte value.

语法

public void setByte(java.lang.String sCol,
                    byte b)

参数

sCol

A String that contains the parameter name.

b

A byte value.

异常

SQLServerException

备注

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

另请参见

SQLServerCallableStatement Class
SQLServerCallableStatement Methods
SQLServerCallableStatement Members