Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.28 KB

File metadata and controls

44 lines (32 loc) · 1.28 KB
title getNString Method (int) | 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 2048bb9f-7d9b-4aaa-b135-c716910cc800
author David-Engel
ms.author v-daenge

getNString Method (int)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated NCHAR, NVARCHAR, or LONGNVARCHAR parameter as a String in the Java programming language.

Syntax

  
public final java.lang.String getNString(int parameterIndex)  

Parameters

parameterIndex

An int that indicates the parameter index.

Return Value

AStringobject.

Exceptions

SQLServerException

Remarks

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

See Also

getNString Method (SQLServerCallableStatement)
SQLServerCallableStatement Members