setShort Method (SQLServerPreparedStatement)

Sets the designated parameter to the given short value.

public final void setShort(int index,
                           short x)

Parámetros

index

An int that indicates the parameter number.

x

A short value.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members