Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.59 KB

File metadata and controls

48 lines (34 loc) · 1.59 KB
title getCharacterStream Method (long, long) (SQLServerNClob)
description getCharacterStream Method (long, long) (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getCharacterStream Method (long, long) (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the NCLOB data as a Reader object or as a stream of characters with a specified position and length.

Syntax

  
public java.io.Reader getCharacterStream(long pos,  
                                  long length)  

Parameters

pos

A long that indicates the offset to the first character of the partial value to be retrieved.

length

A long that indicates the length in characters of the partial value to be retrieved.

Return Value

A Reader object that contains the NCLOB data.

Exceptions

SQLServerException

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