类 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.
  • 构造器详细资料

    • DropMaskRuleStatement

      public DropMaskRuleStatement(boolean ifExists, Collection<String> tables)