ID, STATIS_CODE, HYST_NAME, LINK_MAN, LINK_TEL, AD_CODE, AD_NAME, HYST_SITE, CENTER_X, CENTER_Y, GD_X, GD_Y, HYST_LONG, HYST_LAT, HYST_GD_X, HYST_GD_Y, RV_NAME, COMP_DATE, OWNER_TYPE, EXPT_TYPE, INS_CAP, DAM_HEIG, TOT_CAP, HYST_IS_REG, REG_NO, IS_SAFETY, ZLGY_FLOW, EXMN_TYPE, INTM, UPTM, NOTE #{id}, #{statisCode}, #{hystName}, #{linkMan}, #{linkTel}, #{adCode}, #{adName}, #{hystSite}, #{centerX}, #{centerY}, #{gdX}, #{gdY}, #{hystLong}, #{hystLat}, #{hystGdX}, #{hystGdY}, #{rvName}, #{compDate}, #{ownerType}, #{exptType}, #{insCap}, #{damHeig}, #{totCap}, #{hystIsReg}, #{regNo}, #{isSafety}, #{zlgyFlow}, #{exmnType}, #{intm}, #{uptm}, #{note} and HYST_NAME = #{hystName} and LINK_MAN = #{linkMan} and LINK_TEL = #{linkTel} and AD_CODE = #{adCode} and AD_NAME = #{adName} and HYST_SITE = #{hystSite} and CENTER_X = #{centerX} and CENTER_Y = #{centerY} and GD_X = #{gdX} and GD_Y = #{gdY} and HYST_LONG = #{hystLong} and HYST_LAT = #{hystLat} and HYST_GD_X = #{hystGdX} and HYST_GD_Y = #{hystGdY} and RV_NAME = #{rvName} and COMP_DATE = #{compDate} and OWNER_TYPE = #{ownerType} and EXPT_TYPE = #{exptType} and INS_CAP = #{insCap} and DAM_HEIG = #{damHeig} and TOT_CAP = #{totCap} and HYST_IS_REG = #{hystIsReg} and REG_NO = #{regNo} and IS_SAFETY = #{isSafety} and ZLGY_FLOW = #{zlgyFlow} and EXMN_TYPE = #{exmnType} and INTM = #{intm} and UPTM = #{uptm} and NOTE = #{note} and STATIS_CODE = #{statisCode} insert into ATT_HYST_BASE( ) values ( ) delete from ATT_HYST_BASE where ID = #{id} delete from ATT_HYST_BASE update ATT_HYST_BASE set flag_valid = 0 where ID = #{id} update ATT_HYST_BASE HYST_NAME = #{hystName}, LINK_MAN = #{linkMan}, LINK_TEL = #{linkTel}, AD_CODE = #{adCode}, AD_NAME = #{adName}, HYST_SITE = #{hystSite}, CENTER_X = #{centerX}, CENTER_Y = #{centerY}, GD_X = #{gdX}, GD_Y = #{gdY}, HYST_LONG = #{hystLong}, HYST_LAT = #{hystLat}, HYST_GD_X = #{hystGdX}, HYST_GD_Y = #{hystGdY}, RV_NAME = #{rvName}, COMP_DATE = #{compDate}, OWNER_TYPE = #{ownerType}, EXPT_TYPE = #{exptType}, INS_CAP = #{insCap}, DAM_HEIG = #{damHeig}, TOT_CAP = #{totCap}, HYST_IS_REG = #{hystIsReg}, REG_NO = #{regNo}, IS_SAFETY = #{isSafety}, ZLGY_FLOW = #{zlgyFlow}, EXMN_TYPE = #{exmnType}, INTM = #{intm}, UPTM = #{uptm}, NOTE = #{note}, STATIS_CODE = #{statisCode}, ID = #{id} update ATT_HYST_BASE HYST_NAME = #{hystName}, LINK_MAN = #{linkMan}, LINK_TEL = #{linkTel}, AD_CODE = #{adCode}, AD_NAME = #{adName}, HYST_SITE = #{hystSite}, CENTER_X = #{centerX}, CENTER_Y = #{centerY}, GD_X = #{gdX}, GD_Y = #{gdY}, HYST_LONG = #{hystLong}, HYST_LAT = #{hystLat}, HYST_GD_X = #{hystGdX}, HYST_GD_Y = #{hystGdY}, RV_NAME = #{rvName}, COMP_DATE = #{compDate}, OWNER_TYPE = #{ownerType}, EXPT_TYPE = #{exptType}, INS_CAP = #{insCap}, DAM_HEIG = #{damHeig}, TOT_CAP = #{totCap}, HYST_IS_REG = #{hystIsReg}, REG_NO = #{regNo}, IS_SAFETY = #{isSafety}, ZLGY_FLOW = #{zlgyFlow}, EXMN_TYPE = #{exmnType}, INTM = #{intm}, UPTM = #{uptm}, NOTE = #{note}, STATIS_CODE = #{statisCode}, update ATT_HYST_BASE CENTER_X = #{item.centerX}, CENTER_Y = #{item.centerY}, GD_X = #{item.gdX}, GD_Y = #{item.gdY}, HYST_LONG = #{item.hystLong}, HYST_LAT = #{item.hystLat}, HYST_GD_X = #{item.hystGdX}, HYST_GD_Y = #{item.hystGdY}, ID = #{id} update ATT_HYST_BASE CENTER_X = #{centerX}, CENTER_Y = #{centerY}, GD_X = #{gdX}, GD_Y = #{gdY}, HYST_LONG = #{hystLong}, HYST_LAT = #{hystLat}, HYST_GD_X = #{hystGdX}, HYST_GD_Y = #{hystGdY}, ID = #{id} update ATT_HYST_BASE set COMP_DATE = #{compDate} where hyst_name = #{hystName} and STATIS_CODE = #{statisCode}