Condividi tramite


setShort Method (SQLServerPreparedStatement)

Sets the designated parameter to the given short value.

public final void setShort(int index,
                           short x)

Parametri

index

An int that indicates the parameter number.

x

A short value.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members