Uses of Class
org.ehrbase.aql.sql.queryimpl.UnknownVariableException
-
Packages that use UnknownVariableException Package Description org.ehrbase.aql.sql.binding org.ehrbase.aql.sql.queryimpl -
-
Uses of UnknownVariableException in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that throw UnknownVariableException Modifier and Type Method Description List<MultiFields>SelectBinder. bind(String templateId)bind with path resolution depending on compositionorg.jooq.ConditionWhereBinder. bind(String templateId, int whereCursor, MultiFieldsMap multiWhereFieldsMap, int selectCursor, MultiFieldsMap multiSelectFieldsMap)List<MultiFields>WhereMultiFields. bind(String templateId)TaggedStringBuilderWhereVariable. encodeWhereVariable(org.ehrbase.aql.sql.binding.WhereBinder.ExistsMode inExists, boolean isFollowedBySQLConditionalOperator, int whereCursor, MultiFieldsMap multiWhereFieldsMap, int selectCursor, MultiFieldsMap multiSelectFieldsMap, I_VariableDefinition variableDefinition, String compositionName)org.jooq.ConditionSelectBinder. getWhereConditions(String templateId, int whereCursor, MultiFieldsMap multiWhereFieldsMap, int selectCursor, MultiFieldsMap multiSelectFieldsMap)MultiFieldsCompositionAttribute. toSql(I_VariableDefinition variableDefinition, String templateId, String identifier)MultiFieldsContextualAttribute. toSql(String templateId, I_VariableDefinition variableDefinition)MultiFieldsLocatableItem. toSql(String templateId, I_VariableDefinition variableDefinition) -
Uses of UnknownVariableException in org.ehrbase.aql.sql.queryimpl
Methods in org.ehrbase.aql.sql.queryimpl that throw UnknownVariableException Modifier and Type Method Description QualifiedAqlFieldMultiFields. getLastQualifiedField()QualifiedAqlFieldMultiFields. getQualifiedFieldOrLast(int index)MultiFieldsCompositionAttributeQuery. makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause)MultiFieldsIQueryImpl. makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause)MultiFieldsJsonbEntryQuery. makeField(String templateId, String identifier, I_VariableDefinition variableDefinition, IQueryImpl.Clause clause)MultiFieldsCompositionAttributeQuery. whereField(String templateId, String identifier, I_VariableDefinition variableDefinition)MultiFieldsIQueryImpl. whereField(String templateId, String identifier, I_VariableDefinition variableDefinition)
-