Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.51 KB

updatebigdecimal-method-java-lang-string-java-math-bigdecimal.md

File metadata and controls

47 lines (34 loc) · 1.51 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateBigDecimal Method (java.lang.String, java.math.BigDecimal)
updateBigDecimal Method (java.lang.String, java.math.BigDecimal)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateBigDecimal (java.lang.String, java.math.BigDecimal)
Assembly

updateBigDecimal Method (java.lang.String, java.math.BigDecimal)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a BigDecimal object given the column name.

Syntax

  
public void updateBigDecimal(java.lang.String columnName,  
                             java.math.BigDecimal x)  

Parameters

columnName

A String that contains the column name.

x

A BigDecimal object.

Exceptions

SQLServerException

Remarks

This updateBigDecimal method is specified by the updateBigDecimal method in the java.sql.ResultSet interface.

See Also

updateBigDecimal Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class