getBigDecimal Method (int, int)
SQL Server 2012
Retrieves the value of the designated parameter as java.math.BigDecimal given the parameter index and scale.
Note
|
|---|
|
This method has been deprecated from the JDBC specification. Instead, you should use the getBigDecimal (int) method. |
Note