Package org.ehrbase.aql.sql.queryimpl
Class NodePredicateCall
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.NodePredicateCall
-
public class NodePredicateCall extends Object
Created by christian on 5/9/2018. build expression to call node name resolution on jsonb The function call syntax is: ehr.aql_node_name_predicate(,'','the path of node to check for name/value predicate')
-
-
Constructor Summary
Constructors Constructor Description NodePredicateCall(List<String> itemPathArray)
-