Class TypeSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.type.TypeSegment
-
- All Implemented Interfaces:
ASTNode,OwnerAvailable,SQLSegment
public final class TypeSegment extends Object implements SQLSegment, OwnerAvailable
Type segment.
-
-
Constructor Summary
Constructors Constructor Description TypeSegment()
-
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.generic.OwnerAvailable
setOwner
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Method Detail
-
getOwner
public Optional<OwnerSegment> getOwner()
Description copied from interface:OwnerAvailableGet owner.- Specified by:
getOwnerin interfaceOwnerAvailable- Returns:
- owner
-
-