Uses of Class
org.ehrbase.aql.sql.queryImpl.I_QueryImpl.Clause
-
Packages that use I_QueryImpl.Clause Package Description org.ehrbase.aql.sql.queryImpl org.ehrbase.aql.sql.queryImpl.attribute -
-
Uses of I_QueryImpl.Clause in org.ehrbase.aql.sql.queryImpl
Methods in org.ehrbase.aql.sql.queryImpl that return I_QueryImpl.Clause Modifier and Type Method Description static I_QueryImpl.ClauseI_QueryImpl.Clause. valueOf(String name)Returns the enum constant of this type with the specified name.static I_QueryImpl.Clause[]I_QueryImpl.Clause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.sql.queryImpl with parameters of type I_QueryImpl.Clause 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) -
Uses of I_QueryImpl.Clause in org.ehrbase.aql.sql.queryImpl.attribute
Methods in org.ehrbase.aql.sql.queryImpl.attribute that return I_QueryImpl.Clause Modifier and Type Method Description I_QueryImpl.ClauseFieldResolutionContext. getClause()Constructors in org.ehrbase.aql.sql.queryImpl.attribute with parameters of type I_QueryImpl.Clause 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)
-