Class AslNotNullQueryCondition
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.condition.AslNotNullQueryCondition
- All Implemented Interfaces:
AslQueryCondition
This condition is used to make sure a left-joined subquery is not empty,
by checking that a field based on a column with a NOT NULL constraint (i.e. COMP.VO_ID) is not null.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
AslQueryCondition.AslConditionOperator -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AslNotNullQueryCondition
-
-
Method Details
-
getField
-
withProvider
- Specified by:
withProviderin interfaceAslQueryCondition
-