Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.46 KB

File metadata and controls

52 lines (39 loc) · 1.46 KB
title updateShort Method (java.lang.String, short) | 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 (java.lang.String, short)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1e596e99-11ce-4a57-b247-e40078922036
author David-Engel
ms.author v-daenge

updateShort Method (java.lang.String, short)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a short value given the column name.

Syntax

  
public void updateShort(java.lang.String columnName,  
                        short x)  

Parameters

columnName

A String that contains the column name.

x

A short value.

Exceptions

SQLServerException

Remarks

This updateShort method is specified by the updateShort method in the java.sql.ResultSet interface.

See Also

updateShort Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class