接口 ConfigInfoBetaMapper
- 所有超级接口:
Mapper
The beta config info mapper.
- 作者:
- hyx
-
方法概要
修饰符和类型方法说明Query all beta config info for dump task.default String获取返回表名.default MapperResultupdateConfigInfo4BetaCas(MapperContext context) Update beta configuration information.从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
count, delete, getDataSource, getFunction, getPrimaryKeyGeneratedKeys, insert, select, update
-
方法详细资料
-
updateConfigInfo4BetaCas
Update beta configuration information. UPDATE config_info_beta SET content=?, md5=?, beta_ips=?, src_ip=?,src_user=?,gmt_modified=?,app_name=? WHERE data_id=? AND group_id=? AND tenant_id=? AND (md5=? or md5 is null or md5='')- 参数:
context- The context of content, md5, beta_ips, src_ip, src_user, gmt_modified, app_name, data_id, group_id, tenant_id, md5- 返回:
- The result of updating beta configuration information.
-
findAllConfigInfoBetaForDumpAllFetchRows
Query all beta config info for dump task. The default sql: SELECT t.id,data_id,group_id,tenant_id,app_name,content,md5,gmt_modified,beta_ips,encrypted_data_key FROM ( SELECT id FROM config_info_beta ORDER BY id LIMIT startRow,pageSize ) g, config_info_beta t WHERE g.id = t.id- 参数:
context- The context of startRow, pageSize- 返回:
- The result of querying all beta config info for dump task.
-
getTableName
获取返回表名.- 指定者:
getTableName在接口中Mapper- 返回:
- 表名
-