Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.43 KB

File metadata and controls

46 lines (33 loc) · 1.43 KB
title getNCharacterStream Method (java.lang.String) | 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 45d2695b-0727-419d-8921-a51d6feef0aa
author David-Engel
ms.author v-daenge

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