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