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

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

Parameters

index

An integer that indicates the column index.

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