Subscriber portal
Reports whether the last column read has the value SQL NULL.
public boolean wasNull(int ColumnID)
You must first call a get method, like the ResultSet.getInt method, on a column to try to read its value; then call the wasNull method to find whether the value was the SQL NULL.