Sets the designated parameter to the given byte value.
public final void setByte(int n, byte x)
Parameters
n
An integer that indicates the parameter number.
x
A byte value, either true or false.
Exceptions
Remarks
This setByte method is specified by the setByte method in the java.sql.PreparedStatement interface.