Package org.ehrbase.aql.sql.queryimpl
Class FunctionBasedNodePredicateCall
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.FunctionBasedNodePredicateCall
-
public class FunctionBasedNodePredicateCall extends Object
Created by christian on 5/9/2018. build expression to call node name resolution on jsonb specifically deals with function based sql encoding (used for composition attributes at this stage) 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 FunctionBasedNodePredicateCall(FieldResolutionContext fieldContext, List<String> itemPathArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.Fieldresolve(Object function, org.jooq.TableField... tableFields)
-
-
-
Constructor Detail
-
FunctionBasedNodePredicateCall
public FunctionBasedNodePredicateCall(FieldResolutionContext fieldContext, List<String> itemPathArray)
-
-
Method Detail
-
resolve
public org.jooq.Field resolve(Object function, org.jooq.TableField... tableFields)
-
-