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.qat
Constructor 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, 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.ParameterMethod parameters in com.sap.cds.impl.sql with type arguments of type PreparedCqnStmt.ParameterModifier and TypeMethodDescriptionstatic TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, CqnSelect query, CdsStructuredType rowType, List<PreparedCqnStmt.Parameter> params) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, CdsEntity entity, String tableName, List<PreparedCqnStmt.Parameter> params) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, CdsEntity entity, String tableName, List<PreparedCqnStmt.Parameter> params, Function<PreparedCqnStmt.Parameter, String> paramResolver) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, CdsEntity entity, String tableName, List<PreparedCqnStmt.Parameter> params, Function<PreparedCqnStmt.Parameter, String> paramResolver) static TokenToSQLTransformerTokenToSQLTransformer.notCollating(Context context, List<PreparedCqnStmt.Parameter> params, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, Deque<QatSelectableNode> outer) Constructor parameters in com.sap.cds.impl.sql with type arguments of type PreparedCqnStmt.ParameterModifierConstructorDescriptionSelectStatementBuilder(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, boolean isSubquery) SQLStatement(String sql, List<PreparedCqnStmt.Parameter> params) TokenToSQLTransformer(Context context, List<PreparedCqnStmt.Parameter> params, BiFunction<TokenToSQLTransformer.Clause, CqnElementRef, String> aliasResolver, Deque<QatSelectableNode> outer, boolean noCollating) -
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)