Retrieves the value of the designated parameter as a byte value given the parameter index.
public byte getByte(int index)
參數
index
An int that indicates the parameter index.
傳回值
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