@Deprecated public static interface SqlLiteral.SqlSymbol
Enum it trivially
implements this interface.
The SqlNode.toString() method should return how the symbol should be
unparsed, which is sometimes not the same as the enumerated value's name
(e.g. "UNBOUNDED PRECEDING" versus "UnboundedPreceeding").
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Deprecated.
|
int |
ordinal()
Deprecated.
|
String name()
int ordinal()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.