Freigeben über


updateShort Method (int, short)

Updates the designated column with a short value given the column index.

public void updateShort(int index,
                        short x)

Parameter

index

An int that indicates the column index.

x

A short value.

Ausnahmen

SQLServerException

Hinweise

This updateShort method is specified by the updateShort method in the java.sql.ResultSet interface.

Siehe auch

Verweis

SQLServerResultSet Class

Konzepte

updateShort Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members