setByte Method (SQLServerPreparedStatement)
Sets the designated parameter to the given byte value.
public final void setByte(int n,
byte x)
매개 변수
n
An int that indicates the parameter number.
x
A byte value.
예외
주의
This setByte method is specified by the setByte method in the java.sql.PreparedStatement interface.
참고 항목
참조
SQLServerPreparedStatement Class
개념
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members