| Package | Description |
|---|---|
| net.sf.jsqlparser.expression |
| Modifier and Type | Method and Description |
|---|---|
AnalyticType |
FilterOverImpl.getAnalyticType() |
AnalyticType |
FilterOverImpl.getAnalyticType() |
AnalyticType |
AnalyticExpression.getType() |
AnalyticType |
AnalyticExpression.getType() |
static AnalyticType |
AnalyticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticType |
AnalyticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticType[] |
AnalyticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AnalyticType[] |
AnalyticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterOverImpl.setAnalyticType(AnalyticType analyticType) |
void |
FilterOverImpl.setAnalyticType(AnalyticType analyticType) |
void |
AnalyticExpression.setType(AnalyticType type) |
void |
AnalyticExpression.setType(AnalyticType type) |
FilterOverImpl |
FilterOverImpl.withAnalyticType(AnalyticType analyticType) |
FilterOverImpl |
FilterOverImpl.withAnalyticType(AnalyticType analyticType) |
AnalyticExpression |
AnalyticExpression.withType(AnalyticType type) |
AnalyticExpression |
AnalyticExpression.withType(AnalyticType type) |
Copyright © 2004–2023 JSQLParser. All rights reserved.