Class UnloadSingleTableStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rdl.RDLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rdl.RuleDefinitionStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rdl.alter.AlterRuleStatement
-
- org.apache.shardingsphere.single.distsql.statement.rdl.UnloadSingleTableStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class UnloadSingleTableStatement extends AlterRuleStatement
Unload single table statement.
-
-
Constructor Summary
Constructors Constructor Description UnloadSingleTableStatement()
-