'connectionpool'에 해당되는 글 1건

  1. 2012.05.10 2012-5-10 ConnectionPool

1. Connection (DB연결)
2. Statement/PreparedStatement
3. SQL
4. ResultSet
5. close

* Connection은 메소드를 실행하기 전에 미리 연결을 해놓으면 시간을 절약할 수 있다.

* javax.sql.DataSource (interface다.)
1. ConnectionPool 지원
2. 객체가 DB연결 정보를 알고있다.

Posted by 조은성
,