Uses of Enum
net.sf.jsqlparser.expression.JsonFunctionType
Packages that use JsonFunctionType
-
Uses of JsonFunctionType in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as JsonFunctionTypeModifier and TypeFieldDescriptionprivate JsonFunctionType
JsonAggregateFunction.functionType
private JsonFunctionType
JsonFunction.functionType
Methods in net.sf.jsqlparser.expression that return JsonFunctionTypeModifier and TypeMethodDescriptionstatic JsonFunctionType
JsonAggregateFunction.getType()
JsonFunction.getType()
static JsonFunctionType
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 JsonFunctionTypeModifier and TypeMethodDescriptionvoid
JsonAggregateFunction.setType
(JsonFunctionType type) void
JsonFunction.setType
(JsonFunctionType type) JsonAggregateFunction.withType
(JsonFunctionType type) JsonFunction.withType
(JsonFunctionType type)