Uses of Class
org.ehrbase.aql.containment.ContainmentSet
-
Packages that use ContainmentSet Package Description org.ehrbase.aql.compiler org.ehrbase.aql.containment org.ehrbase.aql.sql.binding -
-
Uses of ContainmentSet in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return types with arguments of type ContainmentSet Modifier and Type Method Description List<ContainmentSet>QueryCompilerPass1. getClosedSetList()List<ContainmentSet>Contains. getNestedSets() -
Uses of ContainmentSet in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment that return ContainmentSet Modifier and Type Method Description ContainmentSetPredicates. getContainmentSet()ContainmentSetPredicates.Details. getInSet()ContainmentSetContainmentSet. getParentSet()Methods in org.ehrbase.aql.containment with parameters of type ContainmentSet Modifier and Type Method Description voidPredicates.Details. setInSet(ContainmentSet inSet)voidContainmentSet. setParentSet(ContainmentSet parentSet)Constructors in org.ehrbase.aql.containment with parameters of type ContainmentSet Constructor Description Details(String expression, ContainmentSet inSet, Containment enclosing)Predicates(ContainmentSet containmentSet) -
Uses of ContainmentSet in org.ehrbase.aql.sql.binding
Constructor parameters in org.ehrbase.aql.sql.binding with type arguments of type ContainmentSet Constructor Description ContainBinder(List<ContainmentSet> containmentSets)
-