Uses of Enum Class
com.sap.cds.ql.cqn.CqnConnectivePredicate.Operator
-
Uses of CqnConnectivePredicate.Operator in com.sap.cds.ql
Modifier and TypeMethodDescriptionstatic Predicate
CQL.connect
(CqnConnectivePredicate.Operator operator, Iterable<? extends CqnPredicate> predicates) Creates a logical connection of given predicatesCqnPredicate
.CqnBuilder.QueryBuilderSupport.connect
(CqnConnectivePredicate.Operator operator, Iterable<? extends CqnPredicate> predicates) -
Uses of CqnConnectivePredicate.Operator in com.sap.cds.ql.cqn
Modifier and TypeMethodDescriptionCqnConnectivePredicate.operator()
Returns the enum constant of this class with the specified name.static CqnConnectivePredicate.Operator[]
CqnConnectivePredicate.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault CqnPredicate
Modifier.connective
(CqnConnectivePredicate.Operator op, List<Predicate> predicates) Override this method to replace a logicalconnection
predicate, which connects multiple predicates with the givenoperator
.