public class Subtraction<NumericalType extends Number> extends BinaryOperation<NumericalType>
QueryExpression that represents the subtraction of two terms.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
Subtraction(QueryExpression<NumericalType> operand1,
QueryExpression<NumericalType> operand2) |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression<NumericalType> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand1, getOperand2, precedence, queryStringSizeGuess, setOperand1, setOperand2, toStringgetChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExpressionType, listDescendantsOfType, listParentsOfDescendantsOfTypepublic static final String OPERATOR_IDENTIFIER
public Subtraction(QueryExpression<NumericalType> operand1, QueryExpression<NumericalType> operand2)
public QueryExpression<NumericalType> copy()
Copyright © 2016 SAPERION AG. All rights reserved.