Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.24 KB

File metadata and controls

30 lines (24 loc) · 1.24 KB
title updateBigDecimal Method (SQLServerResultSet)
description updateBigDecimal Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateBigDecimal
apitype Assembly

updateBigDecimal Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a BigDecimal object.

Overload List

Name Description
updateBigDecimal (int, java.math.BigDecimal) Updates the designated column with a BigDecimal object given the column index.
updateBigDecimal (java.lang.String, java.math.BigDecimal) Updates the designated column with a BigDecimal object given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class