Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.14 KB

File metadata and controls

30 lines (24 loc) · 1.14 KB
title updateShort Method (SQLServerResultSet)
description updateShort Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateShort
apitype Assembly

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