共用方式為


updateBytes Method (int, byte )

Updates the designated column with an array of byte values given the column index.

public void updateBytes(int index,
                        byte[] x)

參數

index

An int that indicates the column index.

x

An array of byte values.

例外狀況

SQLServerException

備註

This updateBytes method is specified by the updateBytes method in the java.sql.ResultSet interface.

另請參閱

參考

SQLServerResultSet Class

概念

updateBytes Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members