jp.go.nict.langrid.dao.util
クラス LobUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.util.LobUtil

public class LobUtil
extends Object


コンストラクタの概要
LobUtil()
           
 
メソッドの概要
static Blob createBlob(byte[] source)
           
static Blob createBlob(File source)
           
static Blob createBlob(InputStream source)
           
static Clob createClob(char[] source)
           
static Clob createClob(InputStreamReader source)
           
static Clob createClob(String source)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LobUtil

public LobUtil()
メソッドの詳細

createBlob

public static Blob createBlob(byte[] source)
                       throws IOException
例外:
IOException

createBlob

public static Blob createBlob(InputStream source)
                       throws IOException,
                              SerialException,
                              SQLException
例外:
IOException
SerialException
SQLException

createBlob

public static Blob createBlob(File source)
                       throws IOException,
                              SerialException,
                              SQLException
例外:
IOException
SerialException
SQLException

createClob

public static Clob createClob(char[] source)
                       throws SerialException,
                              SQLException
例外:
SerialException
SQLException

createClob

public static Clob createClob(String source)
                       throws SerialException,
                              SQLException,
                              IOException
例外:
SerialException
SQLException
IOException

createClob

public static Clob createClob(InputStreamReader source)
                       throws SerialException,
                              SQLException,
                              IOException
例外:
SerialException
SQLException
IOException