- item : forEach내에서 각 아이템 이름으로 사용할 것.
- index : index
- collection="classNames" // 배열명
- open="" // forEach 시작 전 ex: "(" forEach 시작전에 ( #{item}
- separator="," // forEach 1회시 구분 해줄 기호
- close="" // forEach 종료 후 ex: ")" forEach 종료 후에 ( #{item}, #{item}, #{item} .... #{item[index]} )
SUM(CASE WHEN R.CLASS_NAME = #{item} THEN R.CNT ELSE 0 END) AS #{item}
'백엔드 > myBatis' 카테고리의 다른 글
프로시저 호출 시 주의 할 점.. (0) | 2012.11.13 |
---|---|
iBatis isEqual (0) | 2012.11.05 |
[3.0] like 검색. (0) | 2010.07.09 |
[3.0] JDBC Type (0) | 2010.07.09 |
iBatis 3.0 Cache 문제 - (0) | 2010.07.08 |