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