다음을 통해 공유


getCharacterStream Method (long, long)

Returns the Clob data as a Reader object or as a stream of characters with the specified position and length.

참고

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

public java.io.Reader getCharacterStream(long pos,
                                         long length)

매개 변수

pos

A long that indicates the offset to the first character of the partial value to be retrieved.

length

A long that indicates the length in characters of the partial value to be retrieved.

반환 값

A Reader object that contains the Clob data.

예외

SQLServerException

주의

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

참고

개념

getCharacterStream Method (SQLServerClob)
SQLServerClob Methods
SQLServerClob Members