package incheon.uis.usf.mapper;

import java.util.List;

import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import org.apache.ibatis.annotations.Param;

import incheon.com.config.annotation.MainDB;
import incheon.uis.usf.model.SwlSpoutPAttach;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface SwlSpoutPAttachMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.swl_spout_p__attach
     *
     * @mbg.generated
     */
    int deleteByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.swl_spout_p__attach
     *
     * @mbg.generated
     */
    int insert(SwlSpoutPAttach row);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.swl_spout_p__attach
     *
     * @mbg.generated
     */
    SwlSpoutPAttach selectByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.swl_spout_p__attach
     *
     * @mbg.generated
     */
    List<SwlSpoutPAttach> selectAll();

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.swl_spout_p__attach
     *
     * @mbg.generated
     */
    int updateByPrimaryKey(SwlSpoutPAttach row);
}