Class OwnerSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class OwnerSegment extends Object implements SQLSegment
Owner segment.
-
-
Constructor Summary
Constructors Constructor Description OwnerSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<OwnerSegment>getOwner()Get owner.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Method Detail
-
getOwner
public Optional<OwnerSegment> getOwner()
Get owner.- Returns:
- owner segment
-
-