Uses of Interface
org.ehrbase.aql.dto.condition.ConditionDto
-
Packages that use ConditionDto Package Description org.ehrbase.aql.binder org.ehrbase.aql.dto org.ehrbase.aql.dto.condition org.ehrbase.aql.parser -
-
Uses of ConditionDto in org.ehrbase.aql.binder
Methods in org.ehrbase.aql.binder with parameters of type ConditionDto Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>>WhereBinder. bind(ConditionDto dto, Map<Integer,Containment> containmentMap) -
Uses of ConditionDto in org.ehrbase.aql.dto
Methods in org.ehrbase.aql.dto that return ConditionDto Modifier and Type Method Description ConditionDtoAqlDto. getWhere()Methods in org.ehrbase.aql.dto with parameters of type ConditionDto Modifier and Type Method Description voidAqlDto. setWhere(ConditionDto where) -
Uses of ConditionDto in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement ConditionDto Modifier and Type Class Description classConditionComparisonOperatorDtoclassConditionLogicalOperatorDtoclassMatchesOperatorDtoMethods in org.ehrbase.aql.dto.condition that return types with arguments of type ConditionDto Modifier and Type Method Description List<ConditionDto>ConditionLogicalOperatorDto. getValues()Method parameters in org.ehrbase.aql.dto.condition with type arguments of type ConditionDto Modifier and Type Method Description voidConditionLogicalOperatorDto. setValues(List<ConditionDto> values) -
Uses of ConditionDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return ConditionDto Modifier and Type Method Description ConditionDtoAqlToDtoVisitor. visitIdentifiedEquality(AqlParser.IdentifiedEqualityContext ctx)ConditionDtoAqlToDtoVisitor. visitIdentifiedExpr(AqlParser.IdentifiedExprContext ctx)
-