Interface NotInExpression.Builder

    • Method Detail

      • columnName

        NotInExpression.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.
      • values

        NotInExpression.Builder values​(Collection<String> values)

        The value that might not be in the expression.

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

        NotInExpression.Builder values​(String... values)

        The value that might not be in the expression.

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