共用方式為


updateShort Method (java.lang.String, short)

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

public void updateShort(java.lang.String columnName,
                        short x)

參數

columnName

A String that contains the column name.

x

A short value.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerResultSet Class

概念

updateShort Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members