public enum WindowFrameUnits extends java.lang.Enum<WindowFrameUnits>
| Enum Constant and Description |
|---|
GROUPS
GROUPS unit.
|
RANGE
RANGE unit.
|
ROWS
ROWS unit.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSQL()
Returns SQL representation.
|
static WindowFrameUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowFrameUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowFrameUnits ROWS
public static final WindowFrameUnits RANGE
public static final WindowFrameUnits GROUPS
public static WindowFrameUnits[] values()
for (WindowFrameUnits c : WindowFrameUnits.values()) System.out.println(c);
public static WindowFrameUnits valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getSQL()
Expression.getSQL(int)