Uses of Class
org.ehrbase.aql.sql.queryimpl.MultiFields
Packages that use MultiFields
-
Uses of MultiFields in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that return MultiFieldsModifier and TypeMethodDescriptionCompositionAttribute.toSql(I_VariableDefinition variableDefinition, String templateId, String identifier) ContextualAttribute.toSql(String templateId, I_VariableDefinition variableDefinition) LocatableItem.toSql(String templateId, I_VariableDefinition variableDefinition) Methods in org.ehrbase.aql.sql.binding that return types with arguments of type MultiFieldsModifier and TypeMethodDescriptionbind with path resolution depending on composition -
Uses of MultiFields in org.ehrbase.aql.sql.queryimpl
Fields in org.ehrbase.aql.sql.queryimpl with type parameters of type MultiFieldsModifier and TypeFieldDescriptionprotected Map<String,MultiFields> MultiFieldsMap.multiFieldsListAsMapMethods in org.ehrbase.aql.sql.queryimpl that return MultiFieldsModifier and TypeMethodDescriptionstatic MultiFieldsMultiFields.asNull(I_VariableDefinition variableDefinition, String templateId, IQueryImpl.Clause clause) CompositionAttributeQuery.makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause) IQueryImpl.makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause) JsonbEntryQuery.makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause) CompositionAttributeQuery.whereField(String templateId, String identifier, I_VariableDefinition variableDefinition) IQueryImpl.whereField(String templateId, String identifier, I_VariableDefinition variableDefinition) JsonbEntryQuery.whereField(String templateId, String identifier, I_VariableDefinition variableDefinition) Methods in org.ehrbase.aql.sql.queryimpl that return types with arguments of type MultiFieldsMethod parameters in org.ehrbase.aql.sql.queryimpl with type arguments of type MultiFieldsModifier and TypeMethodDescriptionstatic Optional<LateralJoinDefinition>MultiFieldsMap.matchingLateralJoin(Collection<MultiFields> multiFieldsCollection, String templateId, String candidateLateralExpression) traverse the list of existing definition and identify a lateral join matching this variable path, template and SQL expressionConstructor parameters in org.ehrbase.aql.sql.queryimpl with type arguments of type MultiFieldsModifierConstructorDescriptionMultiFieldsMap(List<MultiFields> multiFieldsList) MultiFieldsMultiMap(List<MultiFields> multiFieldsList)