Retrieves the value of the designated parameter as a byte value given the parameter index.
public byte getByte(int index)
Parameters
index
An integer 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.