Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.42 KB

File metadata and controls

31 lines (25 loc) · 1.42 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 835e9cb8-5fd5-4a05-aa47-59ae3ed1ae6d
author David-Engel
ms.author v-daenge

getCharacterStream Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the NCLOB value designated by this java.sql.NClob object as a java.io.Reader object.

Overload List

Name Description
getCharacterStream Method () (SQLServerNClob) Retrieves the NCLOB data as a Reader object or as a stream of characters.
getCharacterStream Method (long, long) (SQLServerNClob) Retrieves the NCLOB data as a Reader object or as a stream of characters with the specified position and length.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class