ID, METHOD, URL, CLASS_NAME, TYPE, NOTE, OWN_APP #{id}, #{method}, #{url}, #{className}, #{type}, #{note}, #{ownApp} and METHOD = #{method} and URL = #{url} and CLASS_NAME = #{className} and TYPE = #{type} and NOTE = #{note} and OWN_APP = #{ownApp} insert into GW_ROUTE_API( ) values ( ) delete from GW_ROUTE_API where ID = #{id} delete from GW_ROUTE_API update GW_ROUTE_API set flag_valid = 0 where ID = #{id} update GW_ROUTE_API METHOD = #{method}, URL = #{url}, CLASS_NAME = #{className}, TYPE = #{type}, NOTE = #{note}, OWN_APP = #{ownApp}, ID = #{id} update GW_ROUTE_API METHOD = #{method}, URL = #{url}, CLASS_NAME = #{className}, TYPE = #{type}, NOTE = #{note}, OWN_APP = #{ownApp},