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