Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.2 KB

File metadata and controls

40 lines (30 loc) · 1.2 KB
title getAsciiStream 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 ff1d47e4-572a-4169-a631-ac261f7642b3
author David-Engel
ms.author v-daenge

getAsciiStream Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the NCLOB value designated by this NClob object as an ASCII stream.

Syntax

  
public java.sql.InputStream getAsciiStream()  

Return Value

An InputStream object that contains the NCLOB data.

Exceptions

SQLServerException

Remarks

This getAsciiStream method is specified by the getAsciiStream method in the java.sql.SQLServerNClob interface.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class