Interface ScalarExpression

    • Method Detail

      • isNull

        Predicate isNull()
        Returns a predicate specifying that the expression should be NULL (typically missing).
        Returns:
        the Predicate.
      • isNotNull

        Predicate isNotNull()
        Returns a predicate specifying that the expression should be NOT NULL (typically present).
        Returns:
        the Predicate.