package incheon.uis.uef.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.uef.model.WwlPrgaP;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface WwlPrgaPMapper {

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.wwl_prga_p
	 * @mbg.generated
	 */
//	int deleteByPrimaryKey(@Param("gid") Long gid, @Param("ftc") String ftc, @Param("idn") Integer idn);
	int deleteByPrimaryKey(@Param("gid") Long gid);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.wwl_prga_p
	 * @mbg.generated
	 */
	int insert(WwlPrgaP row);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.wwl_prga_p
	 * @mbg.generated
	 */
//	WwlPrgaP selectByPrimaryKey(@Param("gid") Long gid, @Param("ftc") String ftc, @Param("idn") Integer idn);
	WwlPrgaP selectByPrimaryKey(@Param("gid") Long gid);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.wwl_prga_p
	 * @mbg.generated
	 */
	List<WwlPrgaP> selectAll();

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.wwl_prga_p
	 * @mbg.generated
	 */
	int updateByPrimaryKey(WwlPrgaP row);
}