public class Addition<NumericalType extends Number> extends BinaryOperation<NumericalType>
QueryExpression
that represents the addition of two terms.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
Addition(QueryExpression<NumericalType> operand1,
QueryExpression<NumericalType> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toString
public static final String OPERATOR_IDENTIFIER
public Addition(QueryExpression<NumericalType> operand1, QueryExpression<NumericalType> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.