Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.36 KB

File metadata and controls

42 lines (30 loc) · 1.36 KB
title setCharacterStream Method (SQLServerNClob)
description setCharacterStream Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

setCharacterStream Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves a stream to be used to write a stream of Unicode characters to the NCLOB value that this java.sql.NClob object represents, starting at the specified position.

Syntax

  
public java.io.Writer setCharacterStream(long pos)  

Parameters

pos

The position at which to start writing to the NCLOB value; the first position is 1.

Return Value

A Writer object that represents the stream to which Unicode encoded characters can be written.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class