setByte Method (SQLServerPreparedStatement)

Sets the designated parameter to the given byte value.

public final void setByte(int n,
                          byte x)

Parámetros

n

An int that indicates the parameter number.

x

A byte value.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members