Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.33 KB

File metadata and controls

28 lines (22 loc) · 1.33 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 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