共用方式為


updateByte Method (java.lang.String, byte)

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.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerResultSet Class

概念

updateByte Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members