public final class SimpleTableSegment extends Object implements TableSegment, OwnerAvailable, AliasAvailable
| 构造器和说明 |
|---|
SimpleTableSegment(int startIndex,
int stopIndex,
IdentifierValue identifierValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<String> |
getAlias()
Get alias.
|
Optional<OwnerSegment> |
getOwner()
Get owner.
|
int |
getStartIndex()
Get start index.
|
int |
getStopIndex()
Get stop index.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOwnersetAliaspublic SimpleTableSegment(int startIndex,
int stopIndex,
IdentifierValue identifierValue)
public int getStartIndex()
SQLSegmentgetStartIndex 在接口中 SQLSegmentpublic int getStopIndex()
SQLSegmentgetStopIndex 在接口中 SQLSegmentpublic Optional<OwnerSegment> getOwner()
OwnerAvailablegetOwner 在接口中 OwnerAvailablepublic Optional<String> getAlias()
AliasAvailablegetAlias 在接口中 AliasAvailableCopyright © 2020 The Apache Software Foundation. All rights reserved.