类 DropMaskRuleStatement
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
org.apache.shardingsphere.mask.distsql.parser.statement.DropMaskRuleStatement
- 所有已实现的接口:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class DropMaskRuleStatement
extends org.apache.shardingsphere.distsql.parser.statement.rdl.drop.DropRuleStatement
Drop mask rule statement.
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.shardingsphere.distsql.parser.statement.rdl.drop.DropRuleStatement
isIfExists从类继承的方法 org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
构造器详细资料
-
DropMaskRuleStatement
-