public final class PostgreSQLSchemaMetaDataLoader extends Object implements DialectSchemaMetaDataLoader
| 构造器和说明 |
|---|
PostgreSQLSchemaMetaDataLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getType() |
Collection<SchemaMetaData> |
load(DataSource dataSource,
Collection<String> tables,
String defaultSchemaName)
Load schema meta data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadSchemaNamesgetTypeAliasespublic Collection<SchemaMetaData> load(DataSource dataSource, Collection<String> tables, String defaultSchemaName) throws SQLException
DialectSchemaMetaDataLoaderload 在接口中 DialectSchemaMetaDataLoaderdataSource - data sourcetables - tablesdefaultSchemaName - default schema nameSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.