| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.select |
| Modifier and Type | Method and Description |
|---|---|
KSQLJoinWindow.TimeUnit |
KSQLJoinWindow.getAfterTimeUnit() |
KSQLJoinWindow.TimeUnit |
KSQLJoinWindow.getBeforeTimeUnit() |
KSQLJoinWindow.TimeUnit |
KSQLJoinWindow.getTimeUnit() |
static KSQLJoinWindow.TimeUnit |
KSQLJoinWindow.TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSQLJoinWindow.TimeUnit[] |
KSQLJoinWindow.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KSQLJoinWindow.setAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit) |
void |
KSQLJoinWindow.setBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit) |
void |
KSQLJoinWindow.setTimeUnit(KSQLJoinWindow.TimeUnit timeUnit) |
KSQLJoinWindow |
KSQLJoinWindow.withAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit) |
KSQLJoinWindow |
KSQLJoinWindow.withBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit) |
KSQLJoinWindow |
KSQLJoinWindow.withTimeUnit(KSQLJoinWindow.TimeUnit timeUnit) |
Copyright © 2004–2021 JSQLParser. All rights reserved.