Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.33 KB

File metadata and controls

41 lines (31 loc) · 1.33 KB
title getCharacterStream Method () (SQLServerNClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 7641698e-b25c-4bb2-bcc7-9273bdd08bf0
author David-Engel
ms.author v-daenge

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