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.

异常

SQLServerException

备注

This setByte method is specified by the setByte method in the java.sql.PreparedStatement interface.

另请参见

参考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members