| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Catalog.createTable(TablePath tablePath,
CatalogTable table,
boolean ignoreIfExists)
Create a new table in this catalog.
|
void |
Catalog.dropDatabase(TablePath tablePath,
boolean ignoreIfNotExists) |
List<String> |
Catalog.listTables(String databaseName)
Get names of all tables under this database.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.