Interface NotEqualToExpression.Builder

    • Method Detail

      • columnName

        NotEqualToExpression.Builder columnName​(String columnName)

        The name of the column.

        Parameters:
        columnName - The name of the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        NotEqualToExpression.Builder value​(String value)

        The value that might not be equal to the expression.

        Parameters:
        value - The value that might not be equal to the expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.