getCharacterStream Method ()

Returns the CLOB data as a Reader object or as a stream of characters.

public java.io.Reader getCharacterStream()

Return Value

A Reader object that contains the CLOB data.

Exceptions

SQLServerException

Remarks

This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.

See Also

Reference

SQLServerClob Class

Concepts

SQLServerClob Methods
SQLServerClob Members