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