Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.84 KB

File metadata and controls

37 lines (31 loc) · 1.84 KB
title getBigDecimal Method (SQLServerCallableStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerCallableStatement.getBigDecimal
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid bc81b9a3-96ae-4c9c-b6c4-abd7b83175e9
author David-Engel
ms.author v-daenge

getBigDecimal Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

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