public abstract class BinaryOperation<ExpressionType> extends InternalBinaryFunction<ExpressionType,ExpressionType>
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryOperation(QueryExpression<ExpressionType> operand1,
QueryExpression<ExpressionType> operand2,
String operatorIdentifier,
int precedence) |
appendQueryParameters, asQueryLanguage, getOperand1, getOperand2, precedence, queryStringSizeGuess, setOperand1, setOperand2, toStringgetChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfTypeprotected BinaryOperation(QueryExpression<ExpressionType> operand1, QueryExpression<ExpressionType> operand2, String operatorIdentifier, int precedence)
Copyright © 2016 SAPERION AG. All rights reserved.