Retrieves the value of the designated parameter as a byte value given the parameter name.
public byte getByte(java.lang.String sCol)
參數
sCol
A String that contains the parameter name.
傳回值
A byte value.
例外狀況
備註
This getByte method is specified by the getByte method in the java.sql.CallableStatement interface.
另請參閱
參考
SQLServerCallableStatement Class
概念
getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members