Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index.IndexSegment
-
-
Uses of IndexSegment 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 IndexSegment Modifier and Type Method Description Optional<IndexSegment>ConstraintDefinitionSegment. getIndexName()Get index name. -
Uses of IndexSegment 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 IndexSegment Modifier and Type Method Description Optional<IndexSegment>AlterIndexStatement. getIndex()Get index segment. -
Uses of IndexSegment 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 IndexSegment Modifier and Type Method Description static Optional<IndexSegment>ClusterStatementHandler. getIndexSegment(ClusterStatement clusterStatement)Get index segment.static Optional<IndexSegment>AlterIndexStatementHandler. getRenameIndexSegment(AlterIndexStatement alterIndexStatement)Get rename index segment. -
Uses of IndexSegment 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 IndexSegment Modifier and Type Method Description Optional<IndexSegment>OpenGaussAlterIndexStatement. getRenameIndex()Get rename index segment. -
Uses of IndexSegment 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 IndexSegment Modifier and Type Method Description Optional<IndexSegment>PostgreSQLClusterStatement. getIndex()Get index segment.Optional<IndexSegment>PostgreSQLAlterIndexStatement. getRenameIndex()Get rename index segment.
-