Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.39 KB

File metadata and controls

35 lines (29 loc) · 1.39 KB
title getShort 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.getShort
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9e3c51bc-7285-4f28-92c8-cfa05e49da9e
author David-Engel
ms.author v-daenge

getShort Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a short in the Java programming language.

Overload List

Name Description
getShort (int) Retrieves the value of the designated parameter as a short in the Java programming language given the parameter index.
getShort (java.lang.String) Retrieves the value of the designated parameter as a short in the Java programming language given the parameter name.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class