Updates the designated column with an array of byte values given the column name.
public void updateBytes(java.lang.String columnName,
byte[] x)
參數
columnName
A String that contains the column name.
x
An array of byte values.
例外狀況
備註
This updateBytes method is specified by the updateBytes method in the java.sql.ResultSet interface.
另請參閱
參考
概念
updateBytes Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members