itexpert.chap07
Class DbCon

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

public class DbCon
extends java.lang.Object

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

Author:
kenu

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

Constructor Detail

DbCon

public DbCon()
Method Detail

getConnection

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

Returns:
Connection
Throws:
java.sql.SQLException