public interface DialectTableMetaDataLoader extends DatabaseTypeAwareSPI
| Modifier and Type | Method and Description |
|---|---|
Map<String,TableMetaData> |
load(DataSource dataSource,
Collection<String> existedTables)
Load table meta data.
|
getDatabaseTypeMap<String,TableMetaData> load(DataSource dataSource, Collection<String> existedTables) throws SQLException
dataSource - data sourceexistedTables - existed tablesSQLException - SQL exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.