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

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

Parameters

columnName

A string that contains the column name.

x

An array of byte values.

Exceptions

SQLServerException

Remarks

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

See Also