Class CountSingleTableStatement
- 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.single.distsql.statement.rql.CountSingleTableStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.available.FromDatabaseAvailable,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class CountSingleTableStatement extends ShowRulesStatement
Count single table statement.
-
-
Constructor Summary
Constructors Constructor Description CountSingleTableStatement(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
getDatabase
-
-