Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.64 KB

File metadata and controls

30 lines (24 loc) · 1.64 KB
title getNString Method (SQLServerResultSet) | 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 023a238b-37f2-4966-bc91-ef2b22aebc46
author David-Engel
ms.author v-daenge

getNString Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a String in the Java programming language.

Overload List

Name Description
getNString Method (int) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a String in the Java programming language.
getNString Method (java.lang.String) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a String in the Java programming language.

See Also

SQLServerResultSet Members
SQLServerResultSet Class