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 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 QatSelectableNodeModifier and TypeMethodDescriptionFromClauseBuilder.sql(Deque<QatSelectableNode> outer) FromClauseBuilder.with(Deque<QatSelectableNode> outer) Constructor 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 TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, List<PreparedCqnStmt.Parameter> params, Function<CqnElementRef, String> aliasResolver, Deque<QatSelectableNode> outer) Constructor parameters in com.sap.cds.impl.sql with type arguments of type QatSelectableNodeModifierConstructorDescriptionSelectStatementBuilder(Context context, List<PreparedCqnStmt.Parameter> params, CqnSelect select, Deque<QatSelectableNode> outer) SelectStatementBuilder(Context context, List<PreparedCqnStmt.Parameter> params, CqnSelect select, Deque<QatSelectableNode> outer, boolean noCollating) TokenToSQLTransformer(Context context, List<PreparedCqnStmt.Parameter> params, Function<CqnElementRef, String> aliasResolver, Deque<QatSelectableNode> outer, boolean noCollating) TokenToSQLTransformer(Context context, List<PreparedCqnStmt.Parameter> params, Function<CqnElementRef, String> aliasResolver, Deque<QatSelectableNode> outer, Function<PreparedCqnStmt.Parameter, String> paramResolver, boolean noCollating)