Uses of Interface
com.sap.cds.ql.cqn.CqnListValue
Packages that use CqnListValue
-
Uses of CqnListValue in com.sap.cds.ql
Methods in com.sap.cds.ql that return CqnListValueModifier and TypeMethodDescriptionstatic CqnListValueCreates aCqnListValuecomposing given valuesstatic CqnListValueCreates aCqnListValuecomposing given valuesMethods in com.sap.cds.ql with parameters of type CqnListValueModifier and TypeMethodDescriptionstatic PredicateCQL.eTag(CqnListValue values) Creates aCqnEtagPredicatepredicate.CqnBuilder.QueryBuilderSupport.eTag(CqnListValue values) StructuredType.eTag(CqnListValue values) -
Uses of CqnListValue in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnListValueModifier and TypeMethodDescriptiondefault CqnListValueCqnListValue.asList()default CqnListValueCqnValue.asList()Casts this value toCqnListValue.Methods in com.sap.cds.ql.cqn with parameters of type CqnListValueModifier and TypeMethodDescriptiondefault CqnPredicateModifier.eTag(CqnElementRef ref, CqnListValue values) Override this method to replace aeTagpredicate that checks if an ETag matches any value from the givenvalueslist.default voidCqnVisitor.visit(CqnListValue list) Called for each traversedlist value