Class CountDatabaseDiscoveryRuleStatement

java.lang.Object
org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
All Implemented Interfaces:
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 CountDatabaseDiscoveryRuleStatement extends ShowRulesStatement
Count database discovery rule statement.
  • Constructor Details

    • CountDatabaseDiscoveryRuleStatement

      public CountDatabaseDiscoveryRuleStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)