Package org.ehrbase.aql.sql.queryimpl
Class AqlRoutines
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.AqlDialects
-
- org.ehrbase.aql.sql.queryimpl.AqlRoutines
-
public class AqlRoutines extends AqlDialects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jooq.Field<org.jooq.JSONB>jsonArraySplitElements(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal)static org.jooq.Field<org.jooq.JSONB>jsonArraySplitElements(org.jooq.Field<org.jooq.JSONB> jsonbVal)static org.jooq.Field<org.jooq.JSONB>jsonpathItem(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)static org.jooq.Field<org.jooq.JSONB>jsonpathItem(org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)static StringjsonpathItemAsText(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)static StringjsonpathItemAsText(org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)static String[]jsonpathParameters(String rawParameters)static org.jooq.Field<org.jooq.JSONB>toJson(org.jooq.Configuration configuration, String expression)-
Methods inherited from class org.ehrbase.aql.sql.queryimpl.AqlDialects
isSupported
-
-
-
-
Method Detail
-
jsonArraySplitElements
public static org.jooq.Field<org.jooq.JSONB> jsonArraySplitElements(org.jooq.Field<org.jooq.JSONB> jsonbVal)
-
jsonArraySplitElements
public static org.jooq.Field<org.jooq.JSONB> jsonArraySplitElements(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal)
-
jsonpathItem
public static org.jooq.Field<org.jooq.JSONB> jsonpathItem(org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)
-
jsonpathItem
public static org.jooq.Field<org.jooq.JSONB> jsonpathItem(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)
-
toJson
public static org.jooq.Field<org.jooq.JSONB> toJson(org.jooq.Configuration configuration, String expression)
-
jsonpathItemAsText
public static String jsonpathItemAsText(org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)
-
jsonpathItemAsText
public static String jsonpathItemAsText(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements)
-
-