itexpert.chap10
Class WriteHandler

java.lang.Object
  |
  +--itexpert.chap10.ArticleBean
        |
        +--itexpert.chap10.WriteHandler

public class WriteHandler
extends ArticleBean

Author:
kenu ±ÛÀ» db¿¡ ÀÔ·Â

Constructor Summary
WriteHandler()
           
 
Method Summary
 void doWrite()
          Article °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï
 
Methods inherited from class itexpert.chap10.ArticleBean
getContent, getEmail, getHomepage, getLogtime, getName, getPassword, getSeq, getSubject, setContent, setEmail, setHomepage, setLogtime, setName, setPassword, setSeq, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteHandler

public WriteHandler()
Method Detail

doWrite

public void doWrite()
             throws java.sql.SQLException
Article °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï

Throws:
java.sql.SQLException