Uses of Class
net.sf.jsqlparser.expression.JsonFunctionType
-
Packages that use JsonFunctionType Package Description net.sf.jsqlparser.expression -
-
Uses of JsonFunctionType in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonFunctionType Modifier and Type Method Description static JsonFunctionTypeJsonFunctionType. from(String type)JsonFunctionTypeJsonAggregateFunction. getType()JsonFunctionTypeJsonFunction. getType()static JsonFunctionTypeJsonFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonFunctionType[]JsonFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.expression with parameters of type JsonFunctionType Modifier and Type Method Description voidJsonAggregateFunction. setType(JsonFunctionType type)voidJsonFunction. setType(JsonFunctionType type)JsonAggregateFunctionJsonAggregateFunction. withType(JsonFunctionType type)JsonFunctionJsonFunction. withType(JsonFunctionType type)
-