Compartir a través de


wasNull Method (SQLServerResultSet)

Verifies if the last value read was a null value.

public boolean wasNull()

Valor devuelto

true if the last value read was null. Otherwise, false.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members