Tests if the value at the specified column number is null.
boolean ResultSet.isNull(int ordinal) throws ULjException
ordinal A base-one integer representing the column number as ordered in the SQL statement.
True if the value is null, false otherwise.