Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.14 KB

updateshort-method-sqlserverresultset.md

File metadata and controls

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