Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.33 KB

File metadata and controls

43 lines (30 loc) · 1.33 KB
title getNCharacterStream Method (java.lang.String)
description getNCharacterStream Method (java.lang.String)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getNCharacterStream Method (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a Reader object given the parameter name.

Syntax

  
public final java.io.Reader getNCharacterStream(java.lang.String columnLabel)  

Parameters

columnLabel

A String that contains the column label.

Return Value

AReaderobject.

Exceptions

SQLServerException

Remarks

This method should be used when accessing NCHAR, NVARCHAR and LONGNVARCHAR parameters.

This getNCharacterStream method is specified by the getNCharacterStream method in the java.sql.CallableStatement interface.

See Also

getNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members