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
Fields in net.sf.jsqlparser.expression declared as JsonAggregateOnNullType Modifier and Type Field Description private JsonAggregateOnNullType
JsonAggregateFunction. onNullType
private JsonAggregateOnNullType
JsonFunction. onNullType
Methods in net.sf.jsqlparser.expression that return JsonAggregateOnNullType Modifier and Type Method Description static JsonAggregateOnNullType
JsonAggregateOnNullType. from(java.lang.String type)
JsonAggregateOnNullType
JsonAggregateFunction. getOnNullType()
JsonAggregateOnNullType
JsonFunction. getOnNullType()
static JsonAggregateOnNullType
JsonAggregateOnNullType. valueOf(java.lang.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 void
JsonAggregateFunction. setOnNullType(JsonAggregateOnNullType onNullType)
void
JsonFunction. setOnNullType(JsonAggregateOnNullType onNullType)
JsonAggregateFunction
JsonAggregateFunction. withOnNullType(JsonAggregateOnNullType onNullType)
JsonFunction
JsonFunction. withOnNullType(JsonAggregateOnNullType onNullType)
-