Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |