public static enum WindowFrameClause.WindowFrameType extends Enum<WindowFrameClause.WindowFrameType>
| Modifier and Type | Method and Description |
|---|---|
static WindowFrameClause.WindowFrameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowFrameClause.WindowFrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowFrameClause.WindowFrameType ROWS
public static final WindowFrameClause.WindowFrameType RANGE
public static final WindowFrameClause.WindowFrameType GROUPS
public static WindowFrameClause.WindowFrameType[] values()
for (WindowFrameClause.WindowFrameType c : WindowFrameClause.WindowFrameType.values()) System.out.println(c);
public static WindowFrameClause.WindowFrameType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2021. All rights reserved.