@Component @ConditionalOnClass(value=javax.sql.DataSource.class) public class DataSourceComponent extends Object implements BasicComponent
| 构造器和说明 |
|---|
DataSourceComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DataSource> |
getDataSources() |
List<List<TableDto>> |
getTables() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckDbInfopublic List<DataSource> getDataSources()
public List<List<TableDto>> getTables() throws SQLException, ExecutionException, InterruptedException
Copyright © 2020. All rights reserved.