Uses of Interface
org.ehrbase.aql.dto.select.SelectStatementDto
-
Packages that use SelectStatementDto Package Description org.ehrbase.aql.binder org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.orderby org.ehrbase.aql.dto.select org.ehrbase.aql.parser -
-
Uses of SelectStatementDto in org.ehrbase.aql.binder
Methods in org.ehrbase.aql.binder with parameters of type SelectStatementDto Modifier and Type Method Description SelectAqlField<Object>SelectBinder. bind(SelectStatementDto dto, Map<Integer,Containment> containmentMap) -
Uses of SelectStatementDto in org.ehrbase.aql.dto.condition
Methods in org.ehrbase.aql.dto.condition that return SelectStatementDto Modifier and Type Method Description SelectStatementDtoConditionComparisonOperatorDto. getStatement()SelectStatementDtoLikeOperatorDto. getStatement()SelectStatementDtoMatchesOperatorDto. getStatement()Methods in org.ehrbase.aql.dto.condition with parameters of type SelectStatementDto Modifier and Type Method Description voidConditionComparisonOperatorDto. setStatement(SelectStatementDto statement)voidLikeOperatorDto. setStatement(SelectStatementDto statement)voidMatchesOperatorDto. setStatement(SelectStatementDto statement) -
Uses of SelectStatementDto in org.ehrbase.aql.dto.orderby
Methods in org.ehrbase.aql.dto.orderby that return SelectStatementDto Modifier and Type Method Description SelectStatementDtoOrderByExpressionDto. getStatement()Methods in org.ehrbase.aql.dto.orderby with parameters of type SelectStatementDto Modifier and Type Method Description voidOrderByExpressionDto. setStatement(SelectStatementDto statement) -
Uses of SelectStatementDto in org.ehrbase.aql.dto.select
Classes in org.ehrbase.aql.dto.select that implement SelectStatementDto Modifier and Type Class Description classFunctionDtoclassSelectFieldDtoMethods in org.ehrbase.aql.dto.select that return types with arguments of type SelectStatementDto Modifier and Type Method Description List<SelectStatementDto>FunctionDto. getParameters()List<SelectStatementDto>SelectDto. getStatement()Method parameters in org.ehrbase.aql.dto.select with type arguments of type SelectStatementDto Modifier and Type Method Description voidFunctionDto. setParameters(List<SelectStatementDto> parameters)voidSelectDto. setStatement(List<SelectStatementDto> statement) -
Uses of SelectStatementDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return types with arguments of type SelectStatementDto Modifier and Type Method Description List<SelectStatementDto>AqlToDtoVisitor. visitSelectExpr(AqlParser.SelectExprContext ctx)
-