다음을 통해 공유


getCharacterStream Method ()

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

public java.io.Reader getCharacterStream()

반환 값

A 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