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, toString
getChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType
protected BinaryOperation(QueryExpression<ExpressionType> operand1, QueryExpression<ExpressionType> operand2, String operatorIdentifier, int precedence)
Copyright © 2016 SAPERION AG. All rights reserved.