Uses of Enum
net.sf.jsqlparser.expression.JsonAggregateOnNullType
Packages that use JsonAggregateOnNullType
-
Uses of JsonAggregateOnNullType in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as JsonAggregateOnNullTypeModifier and TypeFieldDescriptionprivate JsonAggregateOnNullType
JsonAggregateFunction.onNullType
private JsonAggregateOnNullType
JsonFunction.onNullType
Methods in net.sf.jsqlparser.expression that return JsonAggregateOnNullTypeModifier and TypeMethodDescriptionstatic JsonAggregateOnNullType
JsonAggregateFunction.getOnNullType()
JsonFunction.getOnNullType()
static JsonAggregateOnNullType
Returns the enum constant of this type with the specified name.static JsonAggregateOnNullType[]
JsonAggregateOnNullType.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 JsonAggregateOnNullTypeModifier and TypeMethodDescriptionvoid
JsonAggregateFunction.setOnNullType
(JsonAggregateOnNullType onNullType) void
JsonFunction.setOnNullType
(JsonAggregateOnNullType onNullType) JsonAggregateFunction.withOnNullType
(JsonAggregateOnNullType onNullType) JsonFunction.withOnNullType
(JsonAggregateOnNullType onNullType)