Class 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 Detail

      • ShowUnloadedSingleTableStatement

        public ShowUnloadedSingleTableStatement​(String storageUnitName,
                                                String schemaName,
                                                org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
    • Method Detail

      • getStorageUnitName

        public Optional<String> getStorageUnitName()
        Get storage unit name.
        Returns:
        storage unit name
      • getSchemaName

        public Optional<String> getSchemaName()
        Get schema name.
        Returns:
        schema name