类 ConfigInfoTagMapperByMySql

    • 构造器详细资料

      • ConfigInfoTagMapperByMySql

        public ConfigInfoTagMapperByMySql()
    • 方法详细资料

      • updateConfigInfo4TagCas

        public java.lang.String updateConfigInfo4TagCas()
        从接口复制的说明: ConfigInfoTagMapper
        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='')
        指定者:
        updateConfigInfo4TagCas 在接口中 ConfigInfoTagMapper
        返回:
        The sql of updating tag configuration information.
      • findAllConfigInfoTagForDumpAllFetchRows

        public java.lang.String findAllConfigInfoTagForDumpAllFetchRows​(int startRow,
                                                                        int pageSize)
        从接口复制的说明: ConfigInfoTagMapper
        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
        指定者:
        findAllConfigInfoTagForDumpAllFetchRows 在接口中 ConfigInfoTagMapper
        参数:
        startRow - The start index.
        pageSize - The size of page.
        返回:
        The sql of querying all tag config info for dump task.
      • getTableName

        public java.lang.String getTableName()
        从接口复制的说明: Mapper
        Get the name of table.
        指定者:
        getTableName 在接口中 Mapper
        返回:
        The name of table.
      • getDataSource

        public java.lang.String getDataSource()
        从接口复制的说明: Mapper
        Get the datasource name.
        指定者:
        getDataSource 在接口中 Mapper
        返回:
        The name of datasource.