Package org.ehrbase.aql.sql.queryimpl
Class AqlRoutines
java.lang.Object
org.ehrbase.aql.sql.queryimpl.AqlDialects
org.ehrbase.aql.sql.queryimpl.AqlRoutines
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 org.jooq.Field<String>jsonpathItemAsText(org.jooq.Configuration configuration, org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements) static org.jooq.Field<String>jsonpathItemAsText(org.jooq.Field<org.jooq.JSONB> jsonbVal, String[] elements) static String[]jsonpathParameters(String rawParameters) Methods inherited from class org.ehrbase.aql.sql.queryimpl.AqlDialects
isSupported
-
Method Details
-
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) -
jsonpathItemAsText
-
jsonpathItemAsText
-
jsonpathParameters
-