Uses of Interface
com.sap.cds.ql.cqn.CqnSelect
Packages that use CqnSelect
Package
Description
-
Uses of CqnSelect in com.sap.cds
Methods in com.sap.cds with parameters of type CqnSelectModifier and TypeMethodDescriptionExecutes aCqnSelectstatement as batch with the given named parameter values.Executes aCqnSelectstatement as batch with the given named parameter values.Executes aCqnSelectstatement with optional positional values for indexed parameters, seeCQL.param(int).Executes aCqnSelectstatement with values for named parameters, seeCQL.param(String). -
Uses of CqnSelect in com.sap.cds.ql
Classes in com.sap.cds.ql that implement CqnSelectModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.Methods in com.sap.cds.ql with parameters of type CqnSelectModifier and TypeMethodDescriptionstatic Select<StructuredType<?>>static PredicateCreates an exists predicate that tests if a given subquery returns any rowstatic Select<StructuredType<?>>Creates a select statement to select entries from the result of a given subquery.static PredicateCreates an IN predicate that tests if this value is equal to any value returned by the subquery.Creates an IN predicate that tests if this value is equal to any value returned by the subquery. -
Uses of CqnSelect in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnSelectModifier and TypeMethodDescriptiondefault CqnSelectCqnSelect.asSelect()default CqnSelectCqnSource.asSelect()Casts this CQN source to aCqnSelect.default CqnSelectCqnStatement.asSelect()Casts this CQN statement toCqnSelect.CqnExistsSubquery.subquery()CqnInSubquery.subquery()The subquery that defines the set of expected values theactual valueis tested against.Methods in com.sap.cds.ql.cqn with parameters of type CqnSelectModifier and TypeMethodDescriptionCqnAnalyzer.CqnAnalyzerSPI.resolveRefItems(CdsModel model, CqnSelect query) CqnAnalyzer.resolveRefItems(CqnSelect query) default void -
Uses of CqnSelect in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return types with arguments of type CqnSelect -
Uses of CqnSelect in com.sap.cds.reflect.overlay
Methods in com.sap.cds.reflect.overlay with parameters of type CqnSelect