Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.25 KB

File metadata and controls

35 lines (29 loc) · 1.25 KB
title updateShort Method (SQLServerResultSet) | 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
SQLServerResultSet.updateShort
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2d50c789-eb9d-4f8a-81ca-974563040bbb
author David-Engel
ms.author v-daenge

updateShort Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a short value.

Overload List

Name Description
updateShort (int, short) Updates the designated column with a short value given the column index.
updateShort (java.lang.String, short) Updates the designated column with a short value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class