Uses of Class
com.sap.cds.impl.qat.QatSelectableNode
Packages that use QatSelectableNode
-
Uses of QatSelectableNode in com.sap.cds.impl.qat
Subclasses of QatSelectableNode in com.sap.cds.impl.qatModifier and TypeClassDescriptionfinal classclassfinal classfinal classfinal classMethods in com.sap.cds.impl.qat that return QatSelectableNodeMethods in com.sap.cds.impl.qat with parameters of type QatSelectableNodeMethod parameters in com.sap.cds.impl.qat with type arguments of type QatSelectableNodeConstructor parameters in com.sap.cds.impl.qat with type arguments of type QatSelectableNodeModifierConstructorDescriptionRef2QualifiedColumn(Function<CdsStructuredType, SqlMapping> mapping, Deque<QatSelectableNode> outer, LocaleUtils localeUtils) -
Uses of QatSelectableNode in com.sap.cds.impl.sql
Method parameters in com.sap.cds.impl.sql with type arguments of type QatSelectableNodeModifier and TypeMethodDescriptionstatic voidCommonTableExpression.collect(Map<String, CTE> ctes, Context context, Deque<QatSelectableNode> outer) static SelectStatementBuilderSelectStatementBuilder.forSubquery(Context context, List<PreparedCqnStmt.Parameter> params, CqnSelect select, Deque<QatSelectableNode> outer, Map<String, CTE> ctes, boolean withCTEs) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, List<PreparedCqnStmt.Parameter> params, Ref2Column aliasResolver, Deque<QatSelectableNode> outer) CommonTableExpression.with(Context context, Deque<QatSelectableNode> outer, List<PreparedCqnStmt.Parameter> params, Map<String, CTE> ctes) Constructor parameters in com.sap.cds.impl.sql with type arguments of type QatSelectableNodeModifierConstructorDescriptionTokenToSQLTransformer(Context context, List<PreparedCqnStmt.Parameter> params, Ref2Column aliasResolver, Deque<QatSelectableNode> outer, Map<String, CTE> ctes, boolean ctesInSubqueries, Collator collator)