Freigeben über


updateBytes Method (java.lang.String, byte )

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

public void updateBytes(java.lang.String columnName,
                        byte[] x)

Parameter

columnName

A String that contains the column name.

x

An array of byte values.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSet Class

Konzepte

updateBytes Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members