public static enum WindowExpression.FrameExclusion extends java.lang.Enum<WindowExpression.FrameExclusion>
| Enum Constant and Description |
|---|
EXCLUDE_CURRENT_ROW |
EXCLUDE_GROUP |
EXCLUDE_NO_OTHERS |
EXCLUDE_TIES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
render() |
static WindowExpression.FrameExclusion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowExpression.FrameExclusion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowExpression.FrameExclusion EXCLUDE_CURRENT_ROW
public static final WindowExpression.FrameExclusion EXCLUDE_GROUP
public static final WindowExpression.FrameExclusion EXCLUDE_TIES
public static final WindowExpression.FrameExclusion EXCLUDE_NO_OTHERS
public static WindowExpression.FrameExclusion[] values()
for (WindowExpression.FrameExclusion c : WindowExpression.FrameExclusion.values()) System.out.println(c);
public static WindowExpression.FrameExclusion 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 render()