| Package | Description |
|---|---|
| com.exasol.sql.expression.function.exasol |
| Modifier and Type | Method and Description |
|---|---|
WindowFrameClause.UnitType |
WindowFrameClause.WindowFrameUnitClause.getType()
Get the type.
|
static WindowFrameClause.UnitType |
WindowFrameClause.UnitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowFrameClause.UnitType[] |
WindowFrameClause.UnitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WindowFrameClause |
WindowFrameClause.unit(ValueExpression expression,
WindowFrameClause.UnitType unitType)
Set the unit type of this
WindowFrameClause. |
WindowFrameClause |
WindowFrameClause.unit(WindowFrameClause.UnitType unitType)
Set the unit type of this
WindowFrameClause. |
WindowFrameClause |
WindowFrameClause.unitBetween(ValueExpression expression1,
WindowFrameClause.UnitType unitType1,
ValueExpression expression2,
WindowFrameClause.UnitType unitType2)
Set the unit type of this
WindowFrameClause to {@code BETWEEN ... |
WindowFrameClause |
WindowFrameClause.unitBetween(WindowFrameClause.UnitType unitType1,
WindowFrameClause.UnitType unitType2)
Set the unit type of this
WindowFrameClause to {@code BETWEEN ... |
Copyright © 2018–2021. All rights reserved.