Compartir a través de


updateArray Method (java.lang.String, java.sql.Array)

Updates the designated column with an Array object given the column name.

public void updateArray(java.lang.String columnName,
                        java.sql.Array x)

Parámetros

columnName

A String that contains the column name.

x

An Array object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateArray Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members