类 CountMaskRuleStatement
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.rql.RQLStatement
org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
org.apache.shardingsphere.mask.distsql.parser.statement.CountMaskRuleStatement
- 所有已实现的接口:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.available.FromDatabaseAvailable,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class CountMaskRuleStatement
extends org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
Count mask rule statement.
-
构造器概要
构造器构造器说明CountMaskRuleStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database) -
方法概要
从类继承的方法 org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
getDatabase从类继承的方法 org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
构造器详细资料
-
CountMaskRuleStatement
public CountMaskRuleStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
-