All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.db.ce.CeScannerContextMapper.xml Maven / Gradle / Ivy

There is a newer version: 6.3.1
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">

<mapper namespace="org.sonar.db.ce.CeScannerContextMapper">

  <delete id="deleteByUuids" parameterType="String">
    delete from ce_scanner_context
    where task_uuid in <foreach collection="uuids" open="(" close=")" item="uuid" separator=",">#{uuid}</foreach>
  </delete>

</mapper>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy