Uses of Interface
com.sap.cds.ql.cqn.CqnSelect
Packages that use CqnSelect
-
Uses of CqnSelect in com.sap.cds
Methods in com.sap.cds with parameters of type CqnSelectModifier and TypeMethodDescriptiondefault ResultExecutes 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.Select<StructuredType<?>> -
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()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