共用方式為


getCharacterStream Method (SQLServerClob)

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