Class CountDatabaseDiscoveryRuleStatement
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.dbdiscovery.distsql.parser.statement.CountDatabaseDiscoveryRuleStatement
- 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
Count database discovery rule statement.
-
Constructor Summary
ConstructorsConstructorDescriptionCountDatabaseDiscoveryRuleStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database) -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
getDatabaseMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
Constructor Details
-
CountDatabaseDiscoveryRuleStatement
public CountDatabaseDiscoveryRuleStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
-