Class AqlExpression

java.lang.Object
org.ehrbase.aql.compiler.AqlExpression
Direct Known Subclasses:
AqlExpressionWithParameters

public class AqlExpression extends Object
Wrap the walkers for pass1 and pass2 as well as invoke the WHERE getQueryOptMetaData

The purpose of this class is to assemble all query parts from the AQL expression. The parts are then passed to specific binders to translate and/or perform the query to a backend. Created by christian on 4/1/2016. Refactored 13.8.2019

  • Constructor Details

    • AqlExpression

      public AqlExpression()
  • Method Details