根据给定的列索引使用 BigDecimal 对象更新指定的列。

语法

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

参数

index

指示列索引的 int 值。

x

BigDecimal 对象。

异常

SQLServerException

备注

updateBigDecimal 方法由 java.sql.ResultSet 接口中的 updateBigDecimal 方法指定。

请参阅

SQLServerResultSet 类
updateBigDecimal 方法 (ISQLServerResultSet)
ISQLServerResultSet 成员