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

语法

public java.io.Reader getCharacterStream()

返回值

A java.io.Reader object that contains the CLOB data.

异常

SQLServerException

备注

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

另请参见

SQLServerClob Class
SQLServerClob Methods
SQLServerClob Members