public final class ExpressionProjectionSegment extends Object implements ProjectionSegment, ComplexExpressionSegment, AliasAvailable
| 构造器和说明 |
|---|
ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text) |
ExpressionProjectionSegment(int startIndex,
int stopIndex,
String text,
ExpressionSegment expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 AliasAvailablepublic int getStopIndex()
SQLSegmentgetStopIndex 在接口中 SQLSegmentCopyright © 2022 The Apache Software Foundation. All rights reserved.