Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.23 KB

File metadata and controls

35 lines (29 loc) · 1.23 KB
title updateByte Method (SQLServerResultSet) | 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.updateByte
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 240983e8-bd59-4bb1-a37a-5ba71f85fb72
author David-Engel
ms.author v-daenge

updateByte Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a byte value.

Overload List

Name Description
updateByte (int, byte) Updates the designated column with a byte value given the column index.
updateByte (java.lang.String, byte) Updates the designated column with a byte value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class