Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.74 KB

File metadata and controls

32 lines (26 loc) · 1.74 KB
title getBigDecimal Method (SQLServerCallableStatement)
description getBigDecimal Method (SQLServerCallableStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.getBigDecimal
apitype Assembly

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