共用方式為


setByte Method (SQLServerCallableStatement)

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