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