sf logo

sf.qof.adapter
Class ClobReader

java.lang.Object
  extended by sf.qof.adapter.ClobReader

public class ClobReader
extends Object

ClobReader is a helper class to read data from Clobs to a string.

See Also:
Clob

Constructor Summary
ClobReader()
           
 
Method Summary
static String readClob(Clob clob)
          Reads data from a clob.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClobReader

public ClobReader()
Method Detail

readClob

public static String readClob(Clob clob)
                       throws SQLException
Reads data from a clob.

Parameters:
clob - the clob
Returns:
the clob data as string
Throws:
SQLException - an error occurred
See Also:
Clob

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.