title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
updateByte Method (SQLServerResultSet) |
updateByte Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.updateByte |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a byte value.
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. |