Package com.sap.cds.jdbc.generic
Class GenericPredicateModifier
java.lang.Object
com.sap.cds.jdbc.generic.GenericPredicateModifier
- All Implemented Interfaces:
Modifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparison(Value<?> lhs, CqnComparisonPredicate.Operator op, Value<?> rhs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.ql.cqn.Modifier
between, booleanFunction, connective, containment, distinct, eTag, excluding, exists, expand, expression, function, groupBy, having, in, inline, inlineCount, items, list, literal, match, negation, orderBy, parameter, plain, ref, ref, search, search, searchableElements, selectAll, selectListValue, skip, sort, top, where
-
Constructor Details
-
GenericPredicateModifier
public GenericPredicateModifier()
-
-
Method Details
-
comparison
- Specified by:
comparisonin interfaceModifier
-