Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.tablespace.TablespaceSegment
-
Packages that use TablespaceSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.ddl -
-
Uses of TablespaceSegment 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 TablespaceSegment Modifier and Type Method Description Optional<TablespaceSegment>AlterTablespaceStatement. getRenameTablespace()Get rename tablespace.
-