getCharacterSteam()
Syntax:
InputStream getCharacterStream() throws SQLException
Description:
Retrieves the CLOB value designated by this Clob instance as an ASCII stream.
Returns:
Type: Reader
a java.io.Reader object containing the CLOB data
Throws:
SQLException - if a database access error occurs
See Also
Reference:
For more information, reference JDBC documentation for: Clob.getCharacterStream()