Interface ConditionExpression.Builder

  • Method Details

    • condition

      ConditionExpression.Builder condition(String condition)

      The condition of the condition expression.

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

      The value of the condition expression.

      Parameters:
      value - The value of the condition expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetColumn

      ConditionExpression.Builder targetColumn(String targetColumn)

      The target column of the condition expressions.

      Parameters:
      targetColumn - The target column of the condition expressions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.