Share via


updateBigDecimal 方法 (int, java.math.BigDecimal)

下載 JDBC 驅動程式

透過指定的資料行索引,使用 BigDecimal 物件來更新指定的資料行。

語法

  
public void updateBigDecimal(int index,  
                             java.math.BigDecimal x)  

參數

index

指出資料行索引的 int

x

BigDecimal 物件。

例外狀況

SQLServerException

備註

這個 updateBigDecimal 方法是由 java.sql.ResultSet 介面中的 updateBigDecimal 方法所指定。

另請參閱

updateBigDecimal 方法 (SQLServerResultSet)
SQLServerResultSet 成員
SQLServerResultSet 類別