Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.23 KB

File metadata and controls

38 lines (28 loc) · 1.23 KB
title getCharacterStream Method () (SQLServerNClob)
description getCharacterStream Method () (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getCharacterStream Method () (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the NCLOB data as a Reader object or as a stream of characters.

Syntax

  
public java.io.Reader getCharacterStream()  

Exceptions

SQLServerException

Return Value

A Reader object that contains the NCLOB data.

Remarks

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

See Also

getCharacterStream Method (SQLServerNClob)
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class