setByte Method (SQLServerPreparedStatement)
Sets the designated parameter to the given byte value.
public final void setByte(int n,
byte x)
Parameter
n
An int that indicates the parameter number.
x
A byte value.
Ausnahmen
Hinweise
This setByte method is specified by the setByte method in the java.sql.PreparedStatement interface.
Siehe auch
Verweis
SQLServerPreparedStatement Class
Konzepte
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members