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").
String name()
int ordinal()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.