itexpert.common
Class ClobUtil

java.lang.Object
  |
  +--itexpert.common.ClobUtil

public class ClobUtil
extends java.lang.Object

¿À¶óŬÀÇ Clob Çü½ÄÀ» Áö¿øÇÏ´Â ¸Þ¼Òµå·Î ±¸¼ºµÈ Ŭ·¡½º´Ù.

Author:
kenu

Constructor Summary
ClobUtil()
           
 
Method Summary
 java.lang.String getClob(java.sql.ResultSet rs, java.lang.String column)
          clob Ä÷³ÀÇ ³»¿ëÀ» Àо ¹ÝȯÇÑ´Ù.
 void setClob(java.sql.Connection conn, int seq, java.lang.String content)
          DB¿¡ clobÇü½ÄÀ¸·Î ÀÔ·ÂÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClobUtil

public ClobUtil()
Method Detail

setClob

public void setClob(java.sql.Connection conn,
                    int seq,
                    java.lang.String content)
             throws java.sql.SQLException,
                    java.io.IOException
DB¿¡ clobÇü½ÄÀ¸·Î ÀÔ·ÂÇÑ´Ù. Ä¿³Ø¼ÇÇ®¿¡ µû¶ó Áö¿øµÇÁö ¾Ê´Â °æ¿ì¿¡´Â Á÷Á¢ DB¿¡ Á¢¼ÓÇÏ´Â Ä¿³Ø¼ÇÀ» »ç¿ëÇÑ´Ù.

Parameters:
conn -
java.sql.SQLException
java.io.IOException

getClob

public java.lang.String getClob(java.sql.ResultSet rs,
                                java.lang.String column)
                         throws java.sql.SQLException
clob Ä÷³ÀÇ ³»¿ëÀ» Àо ¹ÝȯÇÑ´Ù.

Parameters:
rs -
column -
Returns:
String
Throws:
java.sql.SQLException