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