Compartir a través de


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)

Parámetros

index

An int that indicates the column index.

x

An array of byte values.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateBytes Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members