Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.3 KB

updatebyte-method-int-byte.md

File metadata and controls

47 lines (34 loc) · 1.3 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateByte Method (int, byte)
updateByte Method (int, byte)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateByte (int, byte)
Assembly

updateByte Method (int, byte)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a byte value given the column index.

Syntax

  
public void updateByte(int index,  
                       byte x)  

Parameters

index

An int that indicates the column index.

x

A byte value.

Exceptions

SQLServerException

Remarks

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

See Also

updateByte Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class