updateShort Method (SQLServerResultSet)

Download JDBC driver

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