title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
setBigDecimal Method (SQLServerPreparedStatement) |
setBigDecimal Method (SQLServerPreparedStatement) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerPreparedStatement.setBigDecimal |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter number to the given BigDecimal object.
public final void setBigDecimal(int n,
java.math.BigDecimal x)
n
An int that indicates the parameter number.
x
A BigDecimal object.
This setBigDecimal method is specified by the setBigDecimal method in the java.sql.PreparedStatement interface.
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class