Share via


setShort Method (SQLServerPreparedStatement)

Sets the designated parameter to the given short value.

public final void setShort(int index,
                           short x)

Parameter

index

An int that indicates the parameter number.

x

A short value.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerPreparedStatement Class

Konzepte

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members