Uses of Class
io.trino.sql.tree.JsonQuery.QuotesBehavior
-
Packages that use JsonQuery.QuotesBehavior Package Description io.trino.sql.tree -
-
Uses of JsonQuery.QuotesBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonQuery.QuotesBehavior Modifier and Type Method Description static JsonQuery.QuotesBehaviorJsonQuery.QuotesBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonQuery.QuotesBehavior[]JsonQuery.QuotesBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type JsonQuery.QuotesBehavior Modifier and Type Method Description Optional<JsonQuery.QuotesBehavior>JsonQuery. getQuotesBehavior()
-