| Package | Description |
|---|---|
| net.sf.jsqlparser.expression |
| Modifier and Type | Method and Description |
|---|---|
static JsonFunctionType |
JsonFunctionType.from(String type) |
static JsonFunctionType |
JsonFunctionType.from(String type) |
JsonFunctionType |
JsonAggregateFunction.getType() |
JsonFunctionType |
JsonFunction.getType() |
JsonFunctionType |
JsonFunction.getType() |
JsonFunctionType |
JsonAggregateFunction.getType() |
static JsonFunctionType |
JsonFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFunctionType |
JsonFunctionType.valueOf(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.
|
static JsonFunctionType[] |
JsonFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonAggregateFunction.setType(JsonFunctionType type) |
void |
JsonFunction.setType(JsonFunctionType type) |
void |
JsonFunction.setType(JsonFunctionType type) |
void |
JsonAggregateFunction.setType(JsonFunctionType type) |
JsonAggregateFunction |
JsonAggregateFunction.withType(JsonFunctionType type) |
JsonFunction |
JsonFunction.withType(JsonFunctionType type) |
JsonFunction |
JsonFunction.withType(JsonFunctionType type) |
JsonAggregateFunction |
JsonAggregateFunction.withType(JsonFunctionType type) |
Copyright © 2004–2023 JSQLParser. All rights reserved.