| title | updateShort Method (int, 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 155b9189-cb97-4264-b42c-bbda1c7d624f | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a short value given the column index.
public void updateShort(int index,
short x)
index
An int that indicates the column index.
x
A short value.
This updateShort method is specified by the updateShort method in the java.sql.ResultSet interface.
updateShort Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class