RDMClob class
Implements the Clob  interface of java.sql.
References
For more information, reference JDBC documentation for: Clob
Constructor
Public Methods
- free()
 - getAsciiSteam()
 - getCharacterSteam()
 - getCharacterStream(long pos, long length)
 - getSubString(long pos, int length)
 - length()
 - position(Clob searchstr, long start)
 - position(String searchstr, long start)
 - setAsciiStream(long pos)
 - setCharacterStream(long pos)
 - setString(long pos, String str)
 - setString(long pos, String str, int offset, int len)
 - truncate(long len)