Class ColumnAfterPositionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnPositionSegment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnAfterPositionSegment
-
- All Implemented Interfaces:
Comparable<ColumnPositionSegment>,ASTNode,SQLSegment
public final class ColumnAfterPositionSegment extends ColumnPositionSegment
Column after position segment.
-
-
Constructor Summary
Constructors Constructor Description ColumnAfterPositionSegment(int startIndex, int stopIndex, ColumnSegment columnName)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position.ColumnPositionSegment
compareTo
-
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
-
-
-
-
Constructor Detail
-
ColumnAfterPositionSegment
public ColumnAfterPositionSegment(int startIndex, int stopIndex, ColumnSegment columnName)
-
-