public final class PhysicalSchemaMetaDataLoader extends Object
| 构造器和说明 |
|---|
PhysicalSchemaMetaDataLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<String> |
loadTableNames(DataSource dataSource,
DatabaseType databaseType,
Collection<String> excludedTableNames)
Load all table names.
|
public static Collection<String> loadTableNames(DataSource dataSource, DatabaseType databaseType, Collection<String> excludedTableNames) throws SQLException
dataSource - data sourcedatabaseType - database typeexcludedTableNames - excluded table namesSQLException - SQL exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.