getByte Method (int)
Retrieves the value of the designated parameter as a byte value given the parameter index.
Syntax
public byte getByte(int index)
Parameters
index
An int that indicates the parameter index.
Return Value
A byte value.
Exceptions
Remarks
This getByte method is specified by the getByte method in the java.sql.CallableStatement interface.
See Also
getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class