Compartir a través de


updateNull Method (java.lang.String)

Updates the designated column with a null value given the column name.

public void updateNull(java.lang.String columnName)

Parámetros

columnName

A String that contains the column name.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateNull Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members