Uses of Class
com.sap.cds.impl.PreparedCqnStmt.Parameter
Packages that use PreparedCqnStmt.Parameter
Package
Description
-
Uses of PreparedCqnStmt.Parameter in com.sap.cds.impl
Subclasses of PreparedCqnStmt.Parameter in com.sap.cds.implModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in com.sap.cds.impl that return PreparedCqnStmt.ParameterMethods in com.sap.cds.impl that return types with arguments of type PreparedCqnStmt.ParameterMethod parameters in com.sap.cds.impl with type arguments of type PreparedCqnStmt.ParameterModifier and TypeMethodDescriptionstatic PreparedCqnStmtPreparedCqnStmt.createUpdate(String nativeStatement, List<PreparedCqnStmt.Parameter> parameters, CqnStructuredTypeRef ref, CdsEntity entity) -
Uses of PreparedCqnStmt.Parameter in com.sap.cds.impl.docstore
Methods in com.sap.cds.impl.docstore that return types with arguments of type PreparedCqnStmt.Parameter -
Uses of PreparedCqnStmt.Parameter in com.sap.cds.impl.qat
Methods in com.sap.cds.impl.qat that return types with arguments of type PreparedCqnStmt.ParameterConstructor parameters in com.sap.cds.impl.qat with type arguments of type PreparedCqnStmt.ParameterModifierConstructorDescriptionFromClauseBuilder(Context context, List<PreparedCqnStmt.Parameter> params) FromClauseBuilder(Context context, List<PreparedCqnStmt.Parameter> params, Map<String, CTE> ctes, Map<String, Object> hints) -
Uses of PreparedCqnStmt.Parameter in com.sap.cds.impl.sql
Methods in com.sap.cds.impl.sql that return types with arguments of type PreparedCqnStmt.ParameterModifier and TypeMethodDescriptionCommonTableExpression.params()SQLStatementBuilder.SQLStatement.params()Method parameters in com.sap.cds.impl.sql with type arguments of type PreparedCqnStmt.ParameterModifier and TypeMethodDescriptionstatic SelectStatementBuilderSelectStatementBuilder.forCTE(Context context, List<PreparedCqnStmt.Parameter> params, CqnSelect select, CdsStructuredType sourceType, Map<String, CTE> ctes) static SelectStatementBuilderSelectStatementBuilder.forMainQuery(Context context, List<PreparedCqnStmt.Parameter> params, CqnSelect select) 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, Ref2Column aliasResolver, CqnSelect query, CdsStructuredType rowType, List<PreparedCqnStmt.Parameter> params) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, Ref2Column aliasResolver, CdsEntity entity, String tableName, List<PreparedCqnStmt.Parameter> params) 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 PreparedCqnStmt.ParameterModifierConstructorDescriptionSQLStatement(String sql, List<PreparedCqnStmt.Parameter> params) TokenToSQLTransformer(Context context, List<PreparedCqnStmt.Parameter> params, Ref2Column aliasResolver, Deque<QatSelectableNode> outer, Map<String, CTE> ctes, boolean ctesInSubqueries, Collator collator) -
Uses of PreparedCqnStmt.Parameter in com.sap.cds.jdbc.hana.hierarchies
Fields in com.sap.cds.jdbc.hana.hierarchies with type parameters of type PreparedCqnStmt.ParameterModifier and TypeFieldDescriptionprotected final List<PreparedCqnStmt.Parameter>HierarchyFunctionMapper.paramsMethod parameters in com.sap.cds.jdbc.hana.hierarchies with type arguments of type PreparedCqnStmt.ParameterModifier and TypeMethodDescriptionstatic <T extends CqnHierarchy>
HierarchyFunctionMapper<T>HierarchyFunctionMapper.create(Context context, List<PreparedCqnStmt.Parameter> params, T hierarchy)