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(org.jooq.DSLContext context, I_KnowledgeCache knowledgeCache, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId, boolean usePgExtensions) -
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(org.jooq.DSLContext context, IntrospectService introspectCache, Contains contains, Statements statements, String serverNodeId, String entry_root)
-