| Package | Description |
|---|---|
| org.apache.shardingsphere.core.metadata.table |
| Modifier and Type | Method and Description |
|---|---|
TableMetaData |
TableMetas.get(String logicTableName)
Get table meta data by table name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMetas.put(String logicTableName,
TableMetaData tableMetaData)
Add table meta data.
|
| Constructor and Description |
|---|
TableMetas(Map<String,TableMetaData> tables) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.