setByte Method (SQLServerPreparedStatement)

Sets the designated parameter to the given byte value.

public final void setByte(int n,
                          byte x)

Parameters

n

An int that indicates the parameter number.

x

A byte value.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerPreparedStatement Class

Concepts

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members