public final class SimpleTableSegment extends Object implements TableSegment, OwnerAvailable
| Constructor and Description |
|---|
SimpleTableSegment() |
| Modifier and Type | Method and Description |
|---|---|
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, waitsetAliassetOwnerpublic int getStartIndex()
SQLSegmentgetStartIndex in interface SQLSegmentpublic int getStopIndex()
SQLSegmentgetStopIndex in interface SQLSegmentpublic Optional<OwnerSegment> getOwner()
OwnerAvailablegetOwner in interface OwnerAvailablepublic Optional<String> getAlias()
AliasAvailablegetAlias in interface AliasAvailableCopyright © 2022 The Apache Software Foundation. All rights reserved.