| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.dao | |
| com.geoway.adf.dms.datasource.encrypt | |
| com.geoway.adf.dms.datasource.manager |
| Modifier and Type | Method and Description |
|---|---|
DsDataStore |
DsDataStoreDao.selectByName(String name) |
DsDataStore |
DsDataStoreDao.selectByPrimaryKey(String key) |
DsDataStore |
DsDataStoreDao.selectDefaultDataStore(Integer dataStoreType,
Integer dataSourceType) |
| Modifier and Type | Method and Description |
|---|---|
List<DsDataStore> |
DsDataStoreDao.selectAll() |
List<DsDataStore> |
DsDataStoreDao.selectByType(List<Integer> dataStoreTypes,
List<Integer> dataSourceTypes,
String category,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
int |
DsDataStoreDao.insert(DsDataStore record) |
int |
DsDataStoreDao.insertSelective(DsDataStore record) |
int |
DsDataStoreDao.updateByPrimaryKey(DsDataStore record) |
int |
DsDataStoreDao.updateByPrimaryKeySelective(DsDataStore record) |
| Modifier and Type | Method and Description |
|---|---|
DsDataStore |
DataSourceParamsEncrypt.decryptDataSource(DsDataStore dsDataStore)
数据源连接参数解密
|
DsDataStore |
DataSourceParamsEncrypt.encryptDataSource(DsDataStore dsDataStore)
数据源连接参数加密
|
| Modifier and Type | Method and Description |
|---|---|
DsDataStore |
DataSourceParamsEncrypt.decryptDataSource(DsDataStore dsDataStore)
数据源连接参数解密
|
DsDataStore |
DataSourceParamsEncrypt.encryptDataSource(DsDataStore dsDataStore)
数据源连接参数加密
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceDTO |
DataSourceManager.convertDataSource(DsDataStore dsDataStore)
数据源对象转换
|
Copyright © 2025. All rights reserved.