Class ShowSingleTableStatement
- 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.ShowTablesStatement
-
- org.apache.shardingsphere.single.distsql.statement.rql.ShowSingleTableStatement
-
- 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 ShowSingleTableStatement extends ShowTablesStatement
Show single table statement.
-
-
Constructor Summary
Constructors Constructor Description ShowSingleTableStatement(String tableName, String likePattern, org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getTableName()Get table name.-
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowTablesStatement
getDatabase, getLikePattern
-
-