Uses of Class
org.ehrbase.aql.dto.AqlDto
-
Packages that use AqlDto Package Description org.ehrbase.aql.binder org.ehrbase.aql.parser -
-
Uses of AqlDto in org.ehrbase.aql.binder
Methods in org.ehrbase.aql.binder with parameters of type AqlDto Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<EntityQuery<Record>,List<ParameterValue>>AqlBinder. bind(AqlDto aqlDto) -
Uses of AqlDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return AqlDto Modifier and Type Method Description AqlDtoAqlToDtoParser. parse(String aql)AqlDtoAqlToDtoVisitor. visitQuery(AqlParser.QueryContext ctx)
-