| title | getCharacterStream Method (long, long) |
|---|---|
| description | getCharacterStream Method (long, long) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Returns the Clob data as a Reader object or as a stream of characters with the specified position and length.
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.
This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.
getCharacterStream Method (SQLServerClob)
SQLServerClob Methods
SQLServerClob Members