Class ShowUnloadedSingleTableStatement
- 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.ShowUnloadedSingleTableStatement
-
- 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 ShowUnloadedSingleTableStatement extends ShowTablesStatement
Show unloaded single table statement.
-
-
Constructor Summary
Constructors Constructor Description ShowUnloadedSingleTableStatement(String storageUnitName, String schemaName, 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>getSchemaName()Get schema name.Optional<String>getStorageUnitName()Get storage unit name.-
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowTablesStatement
getDatabase, getLikePattern
-
-