public interface DialectSchemaMetaDataLoader extends TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<SchemaMetaData> |
load(DataSource dataSource,
Collection<String> tables,
String defaultSchemaName)
Load schema meta data.
|
default Collection<String> |
loadSchemaNames(DataSource dataSource,
DatabaseType databaseType)
Load schema names.
|
getType, getTypeAliasesCollection<SchemaMetaData> load(DataSource dataSource, Collection<String> tables, String defaultSchemaName) throws SQLException
dataSource - data sourcetables - tablesdefaultSchemaName - default schema nameSQLException - SQL exceptiondefault Collection<String> loadSchemaNames(DataSource dataSource, DatabaseType databaseType) throws SQLException
dataSource - dataSourcedatabaseType - database typeSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.