log4jdbc

java libs 2011. 12. 16. 10:40

jdbc driver 의 PreparedStatement에 대한 코드를 잘 분석해줄 수 있는 툴이다.

select * from athlete where code=?  이라는 쿼리에 동적으로 데이터 A 를 넣는 경우에 로그로

select * from athlete where code=A 라고 출력한다.

참고 자료

http://stackoverflow.com/questions/6315057/log4jdbc-preparedstatement-tostring

http://code.google.com/p/log4jdbc/

http://www.mimul.com/pebble/default/2008/10/24/1224847200000.html

http://www.cubrid.com/zbxe/modules/board/skins/xe_board_cubrid_tutorial/tutorial.php?srl=47278&htm=log4jdbc.htm

http://dev.anyframejava.org/anyframe/doc/core/3.1.0/corefw/guide/query-sqllogging.html

Posted by '김용환'
,