| Package | Description |
|---|---|
| net.sf.jsqlparser.expression |
| Modifier and Type | Method and Description |
|---|---|
static JsonAggregateOnNullType |
JsonAggregateOnNullType.from(String type) |
static JsonAggregateOnNullType |
JsonAggregateOnNullType.from(String type) |
JsonAggregateOnNullType |
JsonAggregateFunction.getOnNullType() |
JsonAggregateOnNullType |
JsonFunction.getOnNullType() |
JsonAggregateOnNullType |
JsonFunction.getOnNullType() |
JsonAggregateOnNullType |
JsonAggregateFunction.getOnNullType() |
static JsonAggregateOnNullType |
JsonAggregateOnNullType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonAggregateOnNullType |
JsonAggregateOnNullType.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.
|
static JsonAggregateOnNullType[] |
JsonAggregateOnNullType.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.setOnNullType(JsonAggregateOnNullType onNullType) |
void |
JsonFunction.setOnNullType(JsonAggregateOnNullType onNullType) |
void |
JsonFunction.setOnNullType(JsonAggregateOnNullType onNullType) |
void |
JsonAggregateFunction.setOnNullType(JsonAggregateOnNullType onNullType) |
JsonAggregateFunction |
JsonAggregateFunction.withOnNullType(JsonAggregateOnNullType onNullType) |
JsonFunction |
JsonFunction.withOnNullType(JsonAggregateOnNullType onNullType) |
JsonFunction |
JsonFunction.withOnNullType(JsonAggregateOnNullType onNullType) |
JsonAggregateFunction |
JsonAggregateFunction.withOnNullType(JsonAggregateOnNullType onNullType) |
Copyright © 2004–2023 JSQLParser. All rights reserved.