| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.binder.metadata.schema | |
| org.apache.shardingsphere.sql.parser.binder.metadata.table |
| Modifier and Type | Method and Description |
|---|---|
TableMetaData |
SchemaMetaData.get(String tableName)
Get table meta data via table name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaMetaData.put(String tableName,
TableMetaData tableMetaData)
Add table meta data.
|
| Constructor and Description |
|---|
SchemaMetaData(Map<String,TableMetaData> tables) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetaData |
TableMetaDataLoader.load(DataSource dataSource,
String table,
String databaseType)
Load table meta data.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.