Remove the given Table object from this MetaData.
(self, table: Table)
| 6025 | self._objects.clear() |
| 6026 | |
| 6027 | def remove(self, table: Table) -> None: |
| 6028 | class="st">""class="st">"Remove the given Table object from this MetaData."class="st">"" |
| 6029 | |
| 6030 | self._remove_table(table.name, table.schema) |
| 6031 | |
| 6032 | @property |
| 6033 | def sorted_tables(self) -> List[Table]: |