Freigeben über


setByte Method (SQLServerPreparedStatement)

Sets the designated parameter to the given byte value.

public final void setByte(int n,
                          byte x)

Parameter

n

An int that indicates the parameter number.

x

A byte value.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerPreparedStatement Class

Konzepte

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members