title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
updateByte Method (java.lang.String, byte) |
updateByte Method (java.lang.String, byte) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.updateByte (java.lang.String, byte) |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a byte value given the column name.
public void updateByte(java.lang.String columnName,
byte x)
columnName
A String that contains the column name.
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