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) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public Subtraction(QueryExpression<NumericalType> operand1, QueryExpression<NumericalType> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.