Retrieves the NCLOB data as a Reader object or as a stream of characters.

Note: This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

Syntax

public java.io.Reader getCharacterStream()

Exceptions

SQLServerException

Return Value

A Reader object that contains the NCLOB data.

Remarks

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

See Also

SQLServerNClob Class
getCharacterStream Method (SQLServerNClob)
SQLServerNClob Methods
SQLServerNClob Members