Class ShowDatabaseDiscoveryRulesStatement

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 ShowDatabaseDiscoveryRulesStatement extends ShowRulesStatement
Show database discovery rules statement.
  • Constructor Details

    • ShowDatabaseDiscoveryRulesStatement

      public ShowDatabaseDiscoveryRulesStatement(String ruleName, org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)