Uses of Enum Class
com.sap.cds.ql.cqn.CqnConnectivePredicate.Operator
Packages that use CqnConnectivePredicate.Operator
-
Uses of CqnConnectivePredicate.Operator in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnConnectivePredicate.OperatorModifier and TypeMethodDescriptionstatic PredicateCQL.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
Methods in com.sap.cds.ql.cqn that return CqnConnectivePredicate.OperatorModifier 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.Methods in com.sap.cds.ql.cqn with parameters of type CqnConnectivePredicate.OperatorModifier and TypeMethodDescriptiondefault CqnPredicateModifier.connective(CqnConnectivePredicate.Operator op, List<Predicate> predicates) Override this method to replace a logicalconnectionpredicate, which connects multiple predicates with the givenoperator.