Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.54 KB

File metadata and controls

27 lines (21 loc) · 1.54 KB
title getNString Method (SQLServerResultSet)
description getNString Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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