Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Tests if the value at the specified column name is null.
boolean ResultSet.isNull(String name) throws ULjException
name A String representing the table column name.
True if the value is null; otherwise, returns false.