Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.45 KB

File metadata and controls

45 lines (33 loc) · 1.45 KB
title setAsciiStream 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 617ece92-0fb1-4f95-b32d-29b5b56eb3fb
author David-Engel
ms.author v-daenge

setAsciiStream Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.io.OutputStream setAsciiStream(long pos)  

Parameters

pos

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

Return Value

An OutputStream object that represents the stream to which ASCII encoded characters can be written.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class