| 程序包 | 说明 |
|---|---|
| org.tikv.common.catalog | |
| org.tikv.common.meta |
| 限定符和类型 | 方法和说明 |
|---|---|
TiDBInfo |
Catalog.getDatabase(String dbName) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TiDBInfo> |
CatalogTransaction.getDatabases() |
List<TiDBInfo> |
Catalog.listDatabases() |
| 限定符和类型 | 方法和说明 |
|---|---|
TiTableInfo |
Catalog.getTable(TiDBInfo database,
long tableId) |
TiTableInfo |
Catalog.getTable(TiDBInfo database,
String tableName) |
List<TiTableInfo> |
Catalog.listTables(TiDBInfo database) |
| 限定符和类型 | 方法和说明 |
|---|---|
TiDBInfo |
TiDBInfo.rename(String newName) |
Copyright © 2023 PingCAP. All rights reserved.