public final class SimpleTableSegment extends Object implements TableSegment, OwnerAvailable
| Constructor and Description |
|---|
SimpleTableSegment(int startIndex,
int stopIndex,
IdentifierValue identifierValue) |
| 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 SimpleTableSegment(int startIndex,
int stopIndex,
IdentifierValue identifierValue)
public 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 © 2021 The Apache Software Foundation. All rights reserved.