Class AqlRoutines

java.lang.Object
org.ehrbase.aql.sql.queryimpl.AqlDialects
org.ehrbase.aql.sql.queryimpl.AqlRoutines

public class AqlRoutines extends AqlDialects
  • 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)
    • 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)
    • jsonpathParameters

      public static String[] jsonpathParameters(String rawParameters)