updateFloat 方法 (int, float)
透過指定的資料行索引,使用浮點數值來更新指定的資料行。
語法
public void updateFloat(int index,
float x)
參數
index
指出資料行索引的 int。
x
float 值。
例外狀況
備註
這個 updateFloat 方法是由 java.sql.ResultSet 介面中的 updateFloat 方法指定。
另請參閱
updateFloat 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別