isNull method

Tests if a value is null.

Syntax
boolean CollectionOfValueReaders.isNull(
  int ordinal
) throws ULjException
Parameters
  • ordinal   A base-one integer representing the column number as ordered in the SQL statement.

Returns

True if the value is null, false otherwise.