| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast |
| Modifier and Type | Method and Description |
|---|---|
SQLOver.WindowingBound |
SQLOver.getWindowingBetweenBeginBound() |
SQLOver.WindowingBound |
SQLOver.getWindowingBetweenEndBound() |
static SQLOver.WindowingBound |
SQLOver.WindowingBound.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLOver.WindowingBound[] |
SQLOver.WindowingBound.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLOver.setWindowingBetweenBeginBound(SQLOver.WindowingBound windowingBetweenBeginBound) |
void |
SQLOver.setWindowingBetweenEndBound(SQLOver.WindowingBound windowingBetweenEndBound) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.