Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.09 KB

File metadata and controls

37 lines (27 loc) · 1.09 KB
title getAsciiStream Method (SQLServerNClob)
description getAsciiStream Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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