Class LoadTableIndexSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.TableIndexSegment
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment.LoadTableIndexSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class LoadTableIndexSegment extends TableIndexSegment
Load table index segment.
-
-
Constructor Summary
Constructors Constructor Description LoadTableIndexSegment(int startIndex, int stopIndex, SimpleTableSegment table)
-
Method Summary
-
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
-
LoadTableIndexSegment
public LoadTableIndexSegment(int startIndex, int stopIndex, SimpleTableSegment table)
-
-