sf.qof.adapter
Class ClobReader
java.lang.Object
sf.qof.adapter.ClobReader
public class ClobReader
- extends Object
ClobReader is a helper class to read data from Clob
s to a string.
- See Also:
Clob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClobReader
public ClobReader()
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
Copyright © 2007 brunella ltd. All Rights Reserved.