Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment
-
-
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Collection<SimpleTableSegment>TableExtractor. extractExistTableFromRoutineBody(RoutineBodySegment routineBody)Extract the tables that should exist from routine body segment.Collection<SimpleTableSegment>TableExtractor. extractNotExistTableFromRoutineBody(RoutineBodySegment routineBody)Extract the tables that should not exist from routine body segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>ConstraintDefinitionSegment. getReferencedTable()Get referenced table. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>AlterTableStatement. getRenameTable()Get rename table. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dal that return types with arguments of type SimpleTableSegment Modifier and Type Method Description static Optional<SimpleTableSegment>ExplainStatementHandler. getSimpleTableSegment(ExplainStatement explainStatement)Get simple table segment.static Collection<SimpleTableSegment>FlushStatementHandler. getSimpleTableSegment(FlushStatement flushStatement)Get simple table segments. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description static Optional<SimpleTableSegment>CreateTableStatementHandler. getLikeTable(CreateTableStatement createTableStatement)Get like table.static Optional<SimpleTableSegment>AlterViewStatementHandler. getRenameView(AlterViewStatement alterViewStatement)Get rename view segment.static Optional<SimpleTableSegment>AlterIndexStatementHandler. getSimpleTableSegment(AlterIndexStatement alterIndexStatement)Get simple table segment.static Optional<SimpleTableSegment>ClusterStatementHandler. getSimpleTableSegment(ClusterStatement clusterStatement)Get simple table segment.static Optional<SimpleTableSegment>DropIndexStatementHandler. getSimpleTableSegment(DropIndexStatement dropIndexStatement)Get simple table segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>MySQLExplainStatement. getTable()Get simple table segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>MySQLCreateTableStatement. getLikeTable()Get like table.Optional<SimpleTableSegment>MySQLDropIndexStatement. getTable()Get simple table segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>MySQLSelectStatement. getTable()Get simple table segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment
Constructors in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.segment with parameters of type SimpleTableSegment Constructor Description CacheTableIndexSegment(int startIndex, int stopIndex, SimpleTableSegment table)LoadTableIndexSegment(int startIndex, int stopIndex, SimpleTableSegment table) -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>OpenGaussAlterViewStatement. getRenameView()Get rename view. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>PostgreSQLAlterViewStatement. getRenameView()Get rename view.Optional<SimpleTableSegment>PostgreSQLClusterStatement. getTable()Get simple table segment. -
Uses of SimpleTableSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl that return types with arguments of type SimpleTableSegment Modifier and Type Method Description Optional<SimpleTableSegment>SQLServerAlterIndexStatement. getTable()Get simple table segment.Optional<SimpleTableSegment>SQLServerDropIndexStatement. getTable()Get simple table segment.
-