Class SelectWrapper
java.lang.Object
org.ehrbase.openehr.aqlengine.querywrapper.select.SelectWrapper
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSelectWrapper(org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression, SelectWrapper.SelectType type, ContainsWrapper root) -
Method Summary
Modifier and TypeMethodDescriptionorg.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction.AggregateFunctionNameOptional<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> org.ehrbase.openehr.sdk.aql.dto.operand.Primitivebooleanroot()org.ehrbase.openehr.sdk.aql.dto.select.SelectExpressiontoString()type()
-
Constructor Details
-
SelectWrapper
public SelectWrapper(org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression, SelectWrapper.SelectType type, ContainsWrapper root)
-
-
Method Details
-
getSelectAlias
-
getIdentifiedPath
-
getAggregateFunctionName
public org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction.AggregateFunctionName getAggregateFunctionName() -
isCountDistinct
public boolean isCountDistinct() -
getPrimitive
public org.ehrbase.openehr.sdk.aql.dto.operand.Primitive getPrimitive() -
getSelectPath
-
selectExpression
public org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression() -
type
-
root
-
toString
-