Package org.ehrbase.aql.sql.queryimpl
Class IterativeNodeConstants
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.IterativeNodeConstants
-
public class IterativeNodeConstants extends Object
environment variable definitions. Generally not used as provided in application YAML profiles
-
-
Field Summary
Fields Modifier and Type Field Description static StringENV_AQL_ARRAY_DEPTHstatic StringENV_AQL_ARRAY_IGNORE_NODEstatic StringENV_AQL_USE_JSQUERY
-
-
-
Field Detail
-
ENV_AQL_ARRAY_IGNORE_NODE
public static final String ENV_AQL_ARRAY_IGNORE_NODE
- See Also:
- Constant Field Values
-
ENV_AQL_ARRAY_DEPTH
public static final String ENV_AQL_ARRAY_DEPTH
- See Also:
- Constant Field Values
-
ENV_AQL_USE_JSQUERY
public static final String ENV_AQL_USE_JSQUERY
- See Also:
- Constant Field Values
-
-