Uses of Class
org.ehrbase.aql.compiler.Statements
-
Packages that use Statements Package Description org.ehrbase.aql.compiler org.ehrbase.aql.sql org.ehrbase.aql.sql.binding -
-
Uses of Statements in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return Statements Modifier and Type Method Description StatementsStatements. process() -
Uses of Statements in org.ehrbase.aql.sql
Constructors in org.ehrbase.aql.sql with parameters of type Statements Constructor Description QueryProcessor(I_DomainAccess domainAccess, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId) -
Uses of Statements in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that return Statements Modifier and Type Method Description StatementsOrderByField. merge()Constructors in org.ehrbase.aql.sql.binding with parameters of type Statements Constructor Description OrderByField(Statements statements)SelectBinder(I_DomainAccess domainAccess, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId)
-