Uses of Interface
org.ehrbase.aql.definition.I_VariableDefinition
-
Packages that use I_VariableDefinition Package Description org.ehrbase.aql.compiler org.ehrbase.aql.definition org.ehrbase.aql.sql.binding org.ehrbase.aql.sql.queryImpl org.ehrbase.aql.sql.queryImpl.attribute -
-
Uses of I_VariableDefinition in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return I_VariableDefinition Modifier and Type Method Description I_VariableDefinitionOrderAttribute. getVariableDefinition()Methods in org.ehrbase.aql.compiler that return types with arguments of type I_VariableDefinition Modifier and Type Method Description List<I_VariableDefinition>QueryCompilerPass2. getVariables()Methods in org.ehrbase.aql.compiler with parameters of type I_VariableDefinition Modifier and Type Method Description voidStatements. put(I_VariableDefinition variableDefinition)Constructors in org.ehrbase.aql.compiler with parameters of type I_VariableDefinition Constructor Description OrderAttribute(I_VariableDefinition variableDefinition) -
Uses of I_VariableDefinition in org.ehrbase.aql.definition
Classes in org.ehrbase.aql.definition that implement I_VariableDefinition Modifier and Type Class Description classExtensionDefinitionCreated by christian on 9/20/2016.classFunctionDefinitionCreated by christian on 9/20/2016.classVariableDefinitionContainer of a variable (symbol) with its path and alias (AS 'alias') Created by christian on 5/3/2016.Methods in org.ehrbase.aql.definition that return I_VariableDefinition Modifier and Type Method Description I_VariableDefinitionExtensionDefinition. clone()I_VariableDefinitionFunctionDefinition. clone()I_VariableDefinitionI_VariableDefinition. clone()I_VariableDefinitionVariableDefinition. clone() -
Uses of I_VariableDefinition in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that return I_VariableDefinition Modifier and Type Method Description I_VariableDefinitionVariableDefinitions. next()Methods in org.ehrbase.aql.sql.binding that return types with arguments of type I_VariableDefinition Modifier and Type Method Description Iterator<I_VariableDefinition>VariableDefinitions. iterator()Methods in org.ehrbase.aql.sql.binding with parameters of type I_VariableDefinition Modifier and Type Method Description booleanVariableDefinitions. exists(I_VariableDefinition variableDefinition)Constructor parameters in org.ehrbase.aql.sql.binding with type arguments of type I_VariableDefinition Constructor Description VariableDefinitions(List<I_VariableDefinition> variableDefinitionList) -
Uses of I_VariableDefinition in org.ehrbase.aql.sql.queryImpl
Methods in org.ehrbase.aql.sql.queryImpl with parameters of type I_VariableDefinition Modifier and Type Method Description org.jooq.Field<?>CompositionAttributeQuery. makeField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition, I_QueryImpl.Clause clause)org.jooq.Field<?>I_QueryImpl. makeField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition, I_QueryImpl.Clause clause)org.jooq.Field<?>JsonbEntryQuery. makeField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition, I_QueryImpl.Clause clause)StringDefaultColumnId. value(I_VariableDefinition variableDefinition)org.jooq.Field<?>CompositionAttributeQuery. whereField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition)org.jooq.Field<?>I_QueryImpl. whereField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition)org.jooq.Field<?>JsonbEntryQuery. whereField(String templateId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition) -
Uses of I_VariableDefinition in org.ehrbase.aql.sql.queryImpl.attribute
Methods in org.ehrbase.aql.sql.queryImpl.attribute that return I_VariableDefinition Modifier and Type Method Description I_VariableDefinitionFieldResolutionContext. getVariableDefinition()Constructors in org.ehrbase.aql.sql.queryImpl.attribute with parameters of type I_VariableDefinition Constructor Description FieldResolutionContext(org.jooq.DSLContext context, String serverNodeId, UUID compositionId, String identifier, I_VariableDefinition variableDefinition, I_QueryImpl.Clause clause, PathResolver pathResolver, IntrospectService introspectCache, String entry_root)
-