Class ShowDatabaseDiscoveryTypesStatement

java.lang.Object
org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
All Implemented Interfaces:
DistSQLOperationSupplier, DistSQLSubjectSupplier, DatabaseDiscoverySubjectSupplier, 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 ShowDatabaseDiscoveryTypesStatement extends ShowRulesStatement implements DatabaseDiscoverySubjectSupplier
Show database discovery types statement.
  • Constructor Details

    • ShowDatabaseDiscoveryTypesStatement

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