Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.25 KB

File metadata and controls

47 lines (34 loc) · 1.25 KB
title updateByte Method (int, byte)
description updateByte Method (int, byte)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateByte (int, byte)
apitype 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