public final class SchemaMetaDataLoader extends Object
| Constructor and Description |
|---|
SchemaMetaDataLoader() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetaData |
load(DataSource dataSource,
int maxConnectionCount,
String databaseType)
Load schema meta data.
|
public static SchemaMetaData load(DataSource dataSource, int maxConnectionCount, String databaseType) throws SQLException
dataSource - data sourcemaxConnectionCount - count of max connections permitted to use for this querydatabaseType - database typeSQLException - SQL exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.