getByte Method (int)
Retrieves the value of the designated parameter as a byte value given the parameter index.
public byte getByte(int index)
Parameter
index
An int that indicates the parameter index.
Rückgabewert
A byte value.
Ausnahmen
Hinweise
This getByte method is specified by the getByte method in the java.sql.CallableStatement interface.
Siehe auch
Verweis
SQLServerCallableStatement Class
Konzepte
getByte Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members