java.lang.Object
org.ehrbase.openehr.aqlengine.querywrapper.select.SelectWrapper

public final class SelectWrapper extends Object
  • Constructor Details

  • Method Details

    • getSelectAlias

      public String getSelectAlias()
    • getIdentifiedPath

      public Optional<org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath> 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

      public Optional<String> getSelectPath()
    • selectExpression

      public org.ehrbase.openehr.sdk.aql.dto.select.SelectExpression selectExpression()
    • type

      public SelectWrapper.SelectType type()
    • root

      public ContainsWrapper root()
    • toString

      public String toString()
      Overrides:
      toString in class Object