Class AqlRoutines

    • 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)
      • jsonpathParameters

        public static String[] jsonpathParameters​(String rawParameters)