getCharacterStream Method (SQLServerClob)
Returns the CLOB data as a java.io.Reader object or as a stream of characters.
public java.io.Reader getCharacterStream()
Valor devuelto
A java.io.Reader object that contains the CLOB data.
Excepciones
Notas
This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.