Uses of Class
com.exasol.sql.expression.function.exasol.WindowFrameClause.UnitType
-
Packages that use WindowFrameClause.UnitType Package Description com.exasol.sql.expression.function.exasol -
-
Uses of WindowFrameClause.UnitType in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return WindowFrameClause.UnitType Modifier and Type Method Description WindowFrameClause.UnitTypeWindowFrameClause.WindowFrameUnitClause. getType()Get the type.static WindowFrameClause.UnitTypeWindowFrameClause.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.Methods in com.exasol.sql.expression.function.exasol with parameters of type WindowFrameClause.UnitType Modifier and Type Method Description WindowFrameClauseWindowFrameClause. unit(WindowFrameClause.UnitType unitType)Set the unit type of thisWindowFrameClause.WindowFrameClauseWindowFrameClause. unit(ValueExpression expression, WindowFrameClause.UnitType unitType)Set the unit type of thisWindowFrameClause.WindowFrameClauseWindowFrameClause. unitBetween(WindowFrameClause.UnitType unitType1, WindowFrameClause.UnitType unitType2)Set the unit type of thisWindowFrameClausetoBETWEEN ... AND ....WindowFrameClauseWindowFrameClause. unitBetween(ValueExpression expression1, WindowFrameClause.UnitType unitType1, ValueExpression expression2, WindowFrameClause.UnitType unitType2)Set the unit type of thisWindowFrameClausetoBETWEEN ... AND ....
-