setByte Method (SQLServerPreparedStatement)
Sets the designated parameter to the given byte value.
public final void setByte(int n,
byte x)
Parametri
n
An int that indicates the parameter number.
x
A byte value.
Eccezioni
Osservazioni
This setByte method is specified by the setByte method in the java.sql.PreparedStatement interface.
Vedere anche
Riferimento
SQLServerPreparedStatement Class
Concetti
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members