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