itexpert.chap07
Class DbPool

java.lang.Object
  |
  +--itexpert.chap07.DbPool

public class DbPool
extends java.lang.Object

µ¥ÀÌÅͺ£À̽º Ç®¿¡¼­ ¿¬°á°´Ã¼¸¦ °¡Á®¿À´Â Ŭ·¡½º

Author:
kenu

Constructor Summary
DbPool()
           
 
Method Summary
static java.sql.Connection getConnection()
          Ä¿³Ø¼ÇÀ» °¡Á®¿Â´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPool

public DbPool()
Method Detail

getConnection

public static java.sql.Connection getConnection()
                                         throws java.sql.SQLException
Ä¿³Ø¼ÇÀ» °¡Á®¿Â´Ù.

Returns:
Connection
Throws:
java.sql.SQLException