Class DropRuleStatement
- 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.drop.DropRuleStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
public abstract class DropRuleStatement extends RuleDefinitionStatement
Drop rule statement.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDropRuleStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-