Class SetDefaultSingleTableStorageUnitStatement
- 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.create.CreateRuleStatement
-
- org.apache.shardingsphere.single.distsql.statement.rdl.SetDefaultSingleTableStorageUnitStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class SetDefaultSingleTableStorageUnitStatement extends CreateRuleStatement
Set default single table storage unit statement.
-
-
Constructor Summary
Constructors Constructor Description SetDefaultSingleTableStorageUnitStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.create.CreateRuleStatement
isIfNotExists
-
-