| title | getCharacterStream Method () |
|---|---|
| description | getCharacterStream Method () |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerClob.getCharacterStream |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
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.
This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class