public final class ExpressionProjectionSegment extends Object implements ProjectionSegment, ComplexExpressionSegment, AliasAvailable
| Constructor and Description |
|---|
ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text) |
ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text,
ExpressionSegment expr) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAlias()
Get alias.
|
int |
getStopIndex()
Get stop index.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTextgetStartIndexsetAliaspublic ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text)
public ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text,
ExpressionSegment expr)
public Optional<String> getAlias()
AliasAvailablegetAlias in interface AliasAvailablepublic int getStopIndex()
SQLSegmentgetStopIndex in interface SQLSegmentCopyright © 2022 The Apache Software Foundation. All rights reserved.