public interface DataSourceDao
| 限定符和类型 | 方法和说明 |
|---|---|
DataDaoType |
getDataDaoType() |
List<DbInformationDTO> |
selectAllSchema(Long dsId) |
List<TableAndViewInfoDTO> |
selectAllTableAndView(Long dsId) |
List<TableColumnsDetailDTO> |
selectTableColumnsDetail(Long dsId,
String schema,
String table) |
DataDaoType getDataDaoType()
List<DbInformationDTO> selectAllSchema(Long dsId) throws Exception
ExceptionList<TableAndViewInfoDTO> selectAllTableAndView(Long dsId) throws Exception
ExceptionCopyright © 2020. All rights reserved.