หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the value of the designated parameter as java.math.BigDecimal.
Overload List
| Name | Description |
|---|---|
| getBigDecimal (int) | Retrieves the value of the designated parameter as java.math.BigDecimal with full precision given the parameter index. |
| getBigDecimal (int, int) | (Deprecated) Retrieves the value of the designated parameter as java.math.BigDecimal given the parameter index and scale. |
| getBigDecimal (java.lang.String) | Retrieves the value of the designated parameter as java.math.BigDecimal with full precision given the parameter name. |
| getBigDecimal (java.lang.String, int) | (Deprecated) Retrieves the value of the designated parameter as java.math.BigDecimal given the parameter name and scale. |
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class