public class GreaterThan<ComparableType extends Comparable<?>> extends InternalBinaryFunction<ComparableType,Boolean>
QueryExpression that checks the first argument is greater than the second.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
GreaterThan(QueryExpression<? extends ComparableType> operand1,
QueryExpression<? extends ComparableType> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public GreaterThan(QueryExpression<? extends ComparableType> operand1, QueryExpression<? extends ComparableType> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.