title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
updateBigDecimal Method (SQLServerResultSet) |
updateBigDecimal Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.updateBigDecimal |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a BigDecimal object.
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. |