public interface DbSecurityConfigDao
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
add(DbSecurityConfigDO dbSecurityConfigDO) |
Integer |
delete(Long dsId) |
Integer |
editDataSourceProperty(DbSecurityConfigDO dbSecurityConfigDO) |
DbSecurityConfigDO |
findById(Long id) |
DataDaoType |
getDataDaoType() |
DataDaoType getDataDaoType()
DbSecurityConfigDO findById(Long id) throws SQLException, IOException
Integer add(DbSecurityConfigDO dbSecurityConfigDO) throws IOException, SQLException
Integer delete(Long dsId) throws SQLException, IOException
Integer editDataSourceProperty(DbSecurityConfigDO dbSecurityConfigDO) throws IOException, SQLException
Copyright © 2020. All rights reserved.