public interface DfKeyBasicConfigDao
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
DataDaoType getDataDaoType()
DfKeyBasicConfigDO getDfKeyBasicConfigByDfKey(String dataFacetKey) throws SQLException, IOException
List<DbInformationDTO> getDataFacetKey(Long dsId, String schema, String tableName) throws IOException, SQLException
List<DfKeyInfoDTO> getAllDataFacetKey() throws IOException, SQLException
Integer addDataFacetKey(DfKeyBasicConfigDO dfKeyBasicConfigDO) throws IOException, SQLException
Integer updateDataFacetKey(String dfKey, String newDfKey, String description) throws IOException, SQLException
Integer deleteDataFacetKey(String dfKey) throws IOException, SQLException
Long addDataFacetKeyAndReturnId(DfKeyBasicConfigDO dfKeyBasicConfigDO) throws Exception
ExceptionCopyright © 2020. All rights reserved.