Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.32 KB

File metadata and controls

44 lines (32 loc) · 1.32 KB
title getNString 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 b351e999-85bf-498b-915a-f91d89134bce
author David-Engel
ms.author v-daenge

getNString Method (java.lang.String)

[!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(java.lang.String parameterName)  

Parameters

parameterName

A String that contains the parameter name.

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 Methods