public interface DbBasicConfigDao
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
add(DbBasicConfigDO dbBasicConfigDO) |
Integer |
delete(Long dsId) |
Integer |
editDataSourceProperty(DbBasicConfigDO dbBasicConfigDO) |
DbBasicConfigDO |
findById(Long id) |
DataDaoType |
getDataDaoType() |
List<Map<String,Object>> |
selectDataSourceProperty(Long dsId) |
List<DbInformationDTO> |
selectDataSources(Long dsId) |
DataDaoType getDataDaoType()
DbBasicConfigDO findById(Long id) throws SQLException, IOException
Long add(DbBasicConfigDO dbBasicConfigDO) throws SQLException, IOException
Integer delete(Long dsId) throws SQLException, IOException
List<DbInformationDTO> selectDataSources(Long dsId) throws Exception
ExceptionList<Map<String,Object>> selectDataSourceProperty(Long dsId) throws IOException, SQLException
Integer editDataSourceProperty(DbBasicConfigDO dbBasicConfigDO) throws IOException, SQLException
Copyright © 2020. All rights reserved.