Uses of Class
io.github.spartatech.sqljson.vo.JsonQueryClause
-
Packages that use JsonQueryClause Package Description io.github.spartatech.sqljson.jsonprocessing io.github.spartatech.sqljson.sqlparse -
-
Uses of JsonQueryClause in io.github.spartatech.sqljson.jsonprocessing
Constructors in io.github.spartatech.sqljson.jsonprocessing with parameters of type JsonQueryClause Constructor Description JsonProcessor(com.fasterxml.jackson.databind.JsonNode json, JsonQueryClause query, SqlJsonConfig config)Constructor receiving JSON and query. -
Uses of JsonQueryClause in io.github.spartatech.sqljson.sqlparse
Methods in io.github.spartatech.sqljson.sqlparse that return JsonQueryClause Modifier and Type Method Description JsonQueryClauseSqlParser. parseQuery()Parses the query and return it to be processed.
-