BoardMapper.xml > SPRING1

본문 바로가기
사이트 내 전체검색

SPRING1

BoardMapper.xml

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 82회 작성일 24-07-30 13:42

본문

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE mapper 

PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 

"http://mybatis.org/dtd/mybatis-3-mapper.dtd">


<mapper namespace="com.pkt.mapper.BoardMapper">


<select id="getList" resultType="com.pkt.model.BoardVO">

<!-- <![CDATA[ ]] 쓰는 이유 -->

<!-- sql 구문안에 비교 연산자가 들어갈 경우(특수문자) 문자열로 인식하게 하기 위해서 ... -->

<![CDATA[

select * from tbl_board where bno > 0

]]>

</select>


<select id="listPage" resultType="com.pkt.model.BoardVO">

<![CDATA[

select * from tbl_board where bno > 0 order by bno desc limit #{page}, 5

]]>

</select>


<insert id="create">

insert into tbl_board (title, content, writer) values (#{title},#{content}, #{writer})

</insert>


<select id="read" resultType="com.pkt.model.BoardVO">

select * from tbl_board where bno = #{bno}

</select>


<update id="update">

update tbl_board set title =#{title}, content =#{content} where bno = #{bno}

</update>


<delete id="delete">

delete from tbl_board where bno = #{bno}

</delete>

</mapper>

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
308
어제
160
최대
10,760
전체
273,917
Copyright © dancePKT . All rights reserved.