@Repository(value="SQLiteDataSourceDaoImpl") public class SQLiteDataSourceDaoImpl extends Object implements DataSourceDao
| 构造器和说明 |
|---|
SQLiteDataSourceDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
DataDaoType |
getDataDaoType() |
List<DbInformationDTO> |
selectAllSchema(Long dsId) |
List<TableAndViewInfoDTO> |
selectAllTableAndView(Long dsId) |
List<TableColumnsDetailDTO> |
selectTableColumnsDetail(Long dsId,
String schema,
String table) |
public DataDaoType getDataDaoType()
getDataDaoType 在接口中 DataSourceDaopublic List<DbInformationDTO> selectAllSchema(Long dsId) throws Exception
selectAllSchema 在接口中 DataSourceDaoExceptionpublic List<TableAndViewInfoDTO> selectAllTableAndView(Long dsId) throws Exception
selectAllTableAndView 在接口中 DataSourceDaoExceptionpublic List<TableColumnsDetailDTO> selectTableColumnsDetail(Long dsId, String schema, String table) throws Exception
selectTableColumnsDetail 在接口中 DataSourceDaoExceptionCopyright © 2020. All rights reserved.