Package | Description |
---|---|
org.tikv.common.catalog | |
org.tikv.common.meta |
Modifier and Type | Method and Description |
---|---|
TiDBInfo |
Catalog.getDatabase(String dbName) |
Modifier and Type | Method and Description |
---|---|
List<TiDBInfo> |
CatalogTransaction.getDatabases() |
List<TiDBInfo> |
Catalog.listDatabases() |
Modifier and Type | Method and Description |
---|---|
TiTableInfo |
Catalog.getTable(TiDBInfo database,
long tableId) |
TiTableInfo |
Catalog.getTable(TiDBInfo database,
String tableName) |
List<TiTableInfo> |
Catalog.listTables(TiDBInfo database) |
Modifier and Type | Method and Description |
---|---|
TiDBInfo |
TiDBInfo.rename(String newName) |
Copyright © 2024 PingCAP. All rights reserved.