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
Fields in net.sf.jsqlparser.expression declared as JsonFunctionType Modifier and Type Field Description private JsonFunctionType
JsonAggregateFunction. functionType
private JsonFunctionType
JsonFunction. functionType
Methods in net.sf.jsqlparser.expression that return JsonFunctionType Modifier and Type Method Description static JsonFunctionType
JsonFunctionType. from(java.lang.String type)
JsonFunctionType
JsonAggregateFunction. getType()
JsonFunctionType
JsonFunction. getType()
static JsonFunctionType
JsonFunctionType. valueOf(java.lang.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 void
JsonAggregateFunction. setType(JsonFunctionType type)
void
JsonFunction. setType(JsonFunctionType type)
JsonAggregateFunction
JsonAggregateFunction. withType(JsonFunctionType type)
JsonFunction
JsonFunction. withType(JsonFunctionType type)
-