| title | updateByte Method (int, byte) | 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | e635d789-9218-488e-a213-2e3e09635acc | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a byte value given the column index.
public void updateByte(int index,
byte x)
index
An int that indicates the column index.
x
A byte value.
This updateByte method is specified by the updateByte method in the java.sql.ResultSet interface.
updateByte Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class