updateShort 方法 (int, short)
根据给定的列索引使用 short 值更新指定的列。
语法
public void updateShort(int index,
short x)
参数
index
指示列索引的 int 。
x
short 值。
例外
备注
此 updateShort 方法是由 java.sql.ResultSet 接口中的 updateShort 方法指定的。
另请参阅
updateShort 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类