updateBigDecimal 方法 (SQLServerResultSet)

下载 JDBC 驱动程序

使用 BigDecimal 对象更新指定列。

重载列表

名称 说明
updateBigDecimal (int, java.math.BigDecimal) 根据给定的列索引使用 BigDecimal 对象更新指定的列。
updateBigDecimal (java.lang.String, java.math.BigDecimal) 根据给定列名称,使用 BigDecimal 对象更新指定列。

另请参阅

SQLServerResultSet 成员
SQLServerResultSet 类