Interface EqualToExpression.Builder

  • Method Details

    • columnName

      EqualToExpression.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

      The value that might be equal to an expression.

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