Package | Description |
---|---|
com.sap.cds.ql | |
com.sap.cds.ql.cqn |
Modifier and Type | Method and Description |
---|---|
Predicate |
CqnBuilder.QueryBuilderSupport.connect(CqnConnectivePredicate.Operator operator,
Iterable<? extends CqnPredicate> predicates) |
static Predicate |
CQL.connect(CqnConnectivePredicate.Operator operator,
Iterable<? extends CqnPredicate> predicates)
Creates a logical connection of given predicates
CqnPredicate . |
Modifier and Type | Method and Description |
---|---|
CqnConnectivePredicate.Operator |
CqnConnectivePredicate.operator() |
static CqnConnectivePredicate.Operator |
CqnConnectivePredicate.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqnConnectivePredicate.Operator[] |
CqnConnectivePredicate.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Predicate |
CqnModifier.connective(CqnConnectivePredicate.Operator op,
List<Predicate> predicates) |
Copyright © 2020 SAP. All rights reserved.