Uses of Class
net.sf.jsqlparser.expression.JsonAggregateOnNullType
-
Packages that use JsonAggregateOnNullType Package Description net.sf.jsqlparser.expression -
-
Uses of JsonAggregateOnNullType in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonAggregateOnNullType Modifier and Type Method Description static JsonAggregateOnNullTypeJsonAggregateOnNullType. from(String type)JsonAggregateOnNullTypeJsonAggregateFunction. getOnNullType()JsonAggregateOnNullTypeJsonFunction. getOnNullType()static JsonAggregateOnNullTypeJsonAggregateOnNullType. valueOf(String name)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 JsonAggregateOnNullType Modifier and Type Method Description voidJsonAggregateFunction. setOnNullType(JsonAggregateOnNullType onNullType)voidJsonFunction. setOnNullType(JsonAggregateOnNullType onNullType)JsonAggregateFunctionJsonAggregateFunction. withOnNullType(JsonAggregateOnNullType onNullType)JsonFunctionJsonFunction. withOnNullType(JsonAggregateOnNullType onNullType)
-