@Repository(value="SqlserverDfKeyBasicConfigDaoImpl") public class SqlserverDfKeyBasicConfigDaoImpl extends Object implements DfKeyBasicConfigDao
| 构造器和说明 |
|---|
SqlserverDfKeyBasicConfigDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
addDataFacetKey(DfKeyBasicConfigDO dfKeyBasicConfigDO) |
Long |
addDataFacetKeyAndReturnId(DfKeyBasicConfigDO dfKeyBasicConfigDO) |
Integer |
deleteDataFacetKey(String dfKey) |
List<DfKeyInfoDTO> |
getAllDataFacetKey() |
DataDaoType |
getDataDaoType() |
List<DbInformationDTO> |
getDataFacetKey(Long dsId,
String schema,
String tableName) |
DfKeyBasicConfigDO |
getDfKeyBasicConfigByDfKey(String dataFacetKey) |
Integer |
updateDataFacetKey(String dfKey,
String newDfKey,
String description) |
public DataDaoType getDataDaoType()
getDataDaoType 在接口中 DfKeyBasicConfigDaopublic DfKeyBasicConfigDO getDfKeyBasicConfigByDfKey(String dataFacetKey) throws SQLException
getDfKeyBasicConfigByDfKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic List<DbInformationDTO> getDataFacetKey(Long dsId, String schema, String tableName) throws SQLException
getDataFacetKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic List<DfKeyInfoDTO> getAllDataFacetKey() throws SQLException
getAllDataFacetKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic Integer addDataFacetKey(DfKeyBasicConfigDO dfKeyBasicConfigDO) throws SQLException
addDataFacetKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic Integer updateDataFacetKey(String dfKey, String newDfKey, String description) throws SQLException
updateDataFacetKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic Integer deleteDataFacetKey(String dfKey) throws SQLException
deleteDataFacetKey 在接口中 DfKeyBasicConfigDaoSQLExceptionpublic Long addDataFacetKeyAndReturnId(DfKeyBasicConfigDO dfKeyBasicConfigDO) throws Exception
addDataFacetKeyAndReturnId 在接口中 DfKeyBasicConfigDaoExceptionCopyright © 2020. All rights reserved.