@Repository(value="SQLiteDfFormTableSettingDaoImpl") public class SQLiteDfFormTableSettingDaoImpl extends AbstractDfFormTableSettingDao
| 构造器和说明 |
|---|
SQLiteDfFormTableSettingDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
batchAdd(List<DfFormTableSettingDO> dfFormTableSettingDOS) |
DataSource |
d1BasicDataSource() |
Integer |
deleteDataFacetKey(String dfKey) |
List<DfFormTableSettingDO> |
getAllDfFormTableSettingByDfKey(String dataFacetKey) |
List<DfFormTableSettingDO> |
getAllDfFormTableSettingByDfKeyForExport(String dataFacetKey) |
DataDaoType |
getDataDaoType() |
List<Map<String,Object>> |
selectAllDfFormTableSettingByDfKey(String dataFacetKey) |
Integer |
updateDataFacetKey(String dataFacetKey,
String newDataFacetKey) |
Integer |
updateDfFormTableSetting(DfFormTableSettingDO dfFormTableSettingDO) |
public DataSource d1BasicDataSource()
public DataDaoType getDataDaoType()
public List<DfFormTableSettingDO> getAllDfFormTableSettingByDfKey(String dataFacetKey) throws SQLException
SQLExceptionpublic Integer batchAdd(List<DfFormTableSettingDO> dfFormTableSettingDOS) throws SQLException
SQLExceptionpublic List<Map<String,Object>> selectAllDfFormTableSettingByDfKey(String dataFacetKey) throws SQLException
SQLExceptionpublic Integer updateDataFacetKey(String dataFacetKey, String newDataFacetKey) throws SQLException
SQLExceptionpublic Integer deleteDataFacetKey(String dfKey) throws SQLException
SQLExceptionpublic List<DfFormTableSettingDO> getAllDfFormTableSettingByDfKeyForExport(String dataFacetKey) throws SQLException
SQLExceptionpublic Integer updateDfFormTableSetting(DfFormTableSettingDO dfFormTableSettingDO) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.